Commit 03b1cc31 authored by Xavier Thompson's avatar Xavier Thompson

Update README.md

parent 6c690bf4
......@@ -19,8 +19,8 @@ concurrency.
- [x] systematic exception propagation from `fork`ed tasks
- [x] unbounded concurrency with the `future` primitive
- [x] asynchronous waiting on `Future` and `Promise` objects
- [x] mutexes (with asynchronous blocking)
- [ ] channels (single producer, single consumer)
- [ ] mutexes (with asynchronous blocking)
- [ ] asynchronous I/O
- [ ] task cancellation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment