Commit d86f9e4a authored by Xavier Thompson's avatar Xavier Thompson

Update README.md

parent d567952e
......@@ -20,9 +20,9 @@ concurrency.
- [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)
- [ ] asynchronous I/O
- [ ] task cancellation
- [x] asynchronous I/O (with [liburing](https://github.com/axboe/liburing))
- [ ] task and I/O cancellation
- [ ] channels
### `fork`/`sync`, Structured Concurrency
......
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