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 6c91129ab6 Half-assed fix for Ctrl+C 2023-03-02 14:38:14 +01:00
..
cancel.py Added Event class and reformatted with black 2022-10-19 11:54:32 +02:00
chatroom_server.py Half-assed fix for Ctrl+C 2023-03-02 14:38:14 +01:00
context_catch.py Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
context_silent_catch.py Added more task synchronization primitives (Queue, Channel) and related tests 2022-10-19 12:02:40 +02:00
context_wait.py Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
debugger.py Fixes/additions to I/O mechanism, bugs still exist in network_channel test 2022-11-11 17:39:11 +01:00
echo_server.py Various bug fixes 2023-02-22 12:18:45 +01:00
events.py Minor style changes 2022-10-19 19:52:04 +02:00
memory_channel.py Minor style changes 2022-10-19 19:52:04 +02:00
nested_context_catch_inner.py Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
nested_context_catch_outer.py Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
nested_context_wait.py Added more task synchronization primitives (Queue, Channel) and related tests 2022-10-19 12:02:40 +02:00
network_channel.py Fixed most bugs with I/O (except dangling resources) 2022-11-11 18:01:42 +01:00
queue.py Added more task synchronization primitives (Queue, Channel) and related tests 2022-10-19 12:02:40 +02:00
raw_catch.py Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
raw_wait.py Added more task synchronization primitives (Queue, Channel) and related tests 2022-10-19 12:02:40 +02:00
socket_ssl.py Added SSL socket test 2023-02-22 12:18:58 +01:00