We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84b37b commit cd7ec8aCopy full SHA for cd7ec8a
README.md
@@ -197,10 +197,10 @@ This repository contains experimental implementations of:
197
198
## Roadmap
199
200
-- **v0.3.0**: Fix and export TaskGroups
201
-- **v0.4.0**: Implement MPSC channels
202
-- **v0.5.0**: Production-ready Streams
203
-- **v1.0.0**: Full async runtime
+- ✅ **v1.0.0**: Production SPSC channels (DONE!)
+- **v1.1.0**: MPSC channels + TaskGroup fixes
+- **v1.2.0**: Production-ready Streams
+- **v2.0.0**: Full async runtime with actors
204
205
## Known Issues
206
0 commit comments