Skip to content

Commit 91994ed

Browse files
committed
Update README
1 parent 476dccf commit 91994ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@
142142
is amazing stuff.
143143
- **option** - an optional world for working with optional values.
144144
- **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.
145148
- **Mailbox Processor**: for lock free programming using the [Actor
146149
model](https://en.wikipedia.org/wiki/Actor_model).
147150
- **Cancellation Token**: for cancellation of asynchronous (and

0 commit comments

Comments
 (0)