We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476dccf commit 91994edCopy full SHA for 91994ed
README.py
@@ -142,6 +142,9 @@
142
is amazing stuff.
143
- **option** - an optional world for working with optional values.
144
- **result** - an error handling world for working with result values.
145
+ - **seq** - a world for working with sequences.
146
+ - **async_result** - an asynchronous error handling world for working
147
+ with asynchronous result values.
148
- **Mailbox Processor**: for lock free programming using the [Actor
149
model](https://en.wikipedia.org/wiki/Actor_model).
150
- **Cancellation Token**: for cancellation of asynchronous (and
0 commit comments