This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
aiosched/tests
Nocturn9x 724b5c98ba
Fixed bugs with cancellations and exceptions
2023-05-11 14:17:09 +02:00
..
cancel.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
chatroom_server.py Renamed message_handler to event_handler 2023-05-10 12:20:45 +02:00
context_catch.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
context_timeout.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
context_wait.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
deadlock.py Fixed bugs with cancellations and exceptions 2023-05-11 14:17:09 +02:00
echo_server.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
events.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
memory_channel.py Initial work on proper Ctrl+C handling. Minor fixes and additions 2023-05-01 14:41:40 +02:00
nested_context_catch_inner.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
nested_context_catch_outer.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
nested_context_wait.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
network_channel.py Fixed issue with sleeping and I/O 2023-05-10 13:53:11 +02:00
proxy.py Fixed bugs with cancellations and exceptions 2023-05-11 14:17:09 +02:00
queue.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
raw_catch.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
raw_wait.py Added many fixes for exception propagation and SIGINT handling 2023-04-22 12:26:37 +02:00
socket_ssl.py Fixed issues with Ctrl+C 2023-05-10 11:04:27 +02:00