Tyler Goodlet
71de56b09a
Drop now-deprecated deps on modern `trio`/Python
...
- `trio_typing` is nearly obsolete since `trio >= 0.23`
- `exceptiongroup` is built-in to python 3.11
- `async_generator` primitives have lived in `contextlib` for quite
a while!
2024-03-13 18:41:24 -04:00
Tyler Goodlet
10eeda2d2b
Use built-ins for all data-structure-type annotations
2022-09-15 23:41:28 -04:00
Tyler Goodlet
98a0594c26
Drop `tractor.run()` from all examples
2021-05-07 11:21:40 -04:00
Tyler Goodlet
1f1619c730
Convert all test suite sync funcs
2021-04-27 12:08:30 -04:00
Tyler Goodlet
3766731de5
Add a single func ex for our first one
2021-02-27 14:25:12 -05:00
Tyler Goodlet
8ee9007798
Reorg and rejig flow
...
Thanks to @richardsheridan for many suggestions!
2021-02-25 09:10:18 -05:00
Tyler Goodlet
4a512bc879
Compress terminal cmd line lens
2021-02-25 09:10:18 -05:00
Tyler Goodlet
a93321e48e
Don't run stdlib example as part of test set
2021-02-21 15:41:21 -05:00
Tyler Goodlet
f7e1c526c5
Add `aclosing()` around asyn gen loop
2021-02-21 14:08:23 -05:00
Tyler Goodlet
a90a2b8787
Contain the error
2021-02-21 14:08:23 -05:00
Tyler Goodlet
da8c8c1773
Add concise readme example
2021-02-21 14:08:23 -05:00
Tyler Goodlet
57a24cdcf8
More comments
2021-02-21 14:08:23 -05:00
Tyler Goodlet
9b07e9ad7c
Yield results on demand using a mem chan
2021-02-21 14:08:23 -05:00
Tyler Goodlet
3c320f467f
Remove use of tractor.run()
2021-02-21 14:08:23 -05:00
Tyler Goodlet
2555765882
Make new paralellism example space
2021-02-21 14:08:23 -05:00