9 Commits

Author SHA1 Message Date
David Lechner
d71f0e1fbd
use asyncio.run() in examples
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.

Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
J. Nick Koston
a97701ec12
fix: copyrights in docs (#10) 2022-09-09 10:50:34 -05:00
J. Nick Koston
116d5c6feb
fix: more rename (#7) 2022-09-09 10:36:32 -05:00
J. Nick Koston
538db98a3b
fix: docs lang (#3) 2022-09-09 10:21:07 -05:00
J. Nick Koston
36b08afbff chore: rename 2022-09-09 08:45:49 -05:00
J. Nick Koston
7e9609b0f5 chore: rename 2022-09-09 08:44:30 -05:00
J. Nick Koston
495bfac17f chore: initial port 2022-09-09 08:43:26 -05:00
J. Nick Koston
169581f691 chore: initial commit 2022-09-09 08:37:05 -05:00