forked from goodboy/tractor
1
0
Fork 0
tractor/examples
Tyler Goodlet b1f657e246 De-compact async with tuple on 3.8-
Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).

Relates to #207
2021-04-28 16:35:15 -04:00
..
debugging Update all examples to new streaming API 2021-04-28 12:23:08 -04:00
parallelism Convert all test suite sync funcs 2021-04-27 12:08:30 -04:00
__main__.py Better document the window's gotcha solution in test code 2020-02-09 14:59:22 -05:00
a_trynamic_first_scene.py Allow passing function refs to `Portal.run()` 2020-12-21 09:09:55 -05:00
actor_spawning_and_causality.py Convert all test suite sync funcs 2021-04-27 12:08:30 -04:00
actor_spawning_and_causality_with_daemon.py Convert all test suite sync funcs 2021-04-27 12:08:30 -04:00
asynchronous_generators.py Update all examples to new streaming API 2021-04-28 12:23:08 -04:00
full_fledged_streaming_service.py De-compact async with tuple on 3.8- 2021-04-28 16:35:15 -04:00
multiple_streams_one_portal.py Update all examples to new streaming API 2021-04-28 12:23:08 -04:00
remote_error_propagation.py Allow passing function refs to `Portal.run()` 2020-12-21 09:09:55 -05:00
service_discovery.py Add tests for all docs examples 2020-02-09 02:01:39 -05:00