structio/tests
Mattia Giambirtone dd6cb509e7
Bug fixes and improvements to task handling
2024-02-23 13:13:43 +01:00
..
chatroom_server.py Fixed typo 2024-02-23 13:13:40 +01:00
echo_server.py Ported old aiosched sockets and streams and added related tests 2024-02-23 13:13:40 +01:00
event_channel.py Fixed bug with channels and modified event channel test 2024-02-23 13:13:37 +01:00
events.py Added bidirectional test to threaded event example 2024-02-23 13:13:43 +01:00
files.py Loop now uses the clock's deadline method 2024-02-23 13:13:39 +01:00
https_test.py Control-C delivery is now handled via set_wakeup_fd. Premilinary work on async signal handling 2024-02-23 13:13:42 +01:00
ki_test.py Initial work 2024-02-23 13:13:35 +01:00
memory_channel.py Fixed bug with channels and modified event channel test 2024-02-23 13:13:37 +01:00
nested_pool_inner_raises.py Fixed bugs, added shielded task scopes and related test 2024-02-23 13:13:36 +01:00
nested_pool_outer_raises.py Fixed bugs, added shielded task scopes and related test 2024-02-23 13:13:36 +01:00
no_tasks.py Various bug fixes and simplifications, added multiprocessing support and new tests 2024-02-23 13:13:41 +01:00
processes.py Various bug fixes and simplifications, added multiprocessing support and new tests 2024-02-23 13:13:41 +01:00
queue.py Fixed bugs with thread-related code 2024-02-23 13:13:38 +01:00
self_cancel.py Fixed bug with scope cancellation and added connect_socket function 2024-02-23 13:13:41 +01:00
semaphores.py Fixed bug in recursive lock 2024-02-23 13:13:40 +01:00
shields.py Bug fixes and improvements to task handling 2024-02-23 13:13:43 +01:00
sliding_deadline.py Fixed bugs with Ctrl+C delivery, redesigned synchonization primitives, added Lock and RLock classes and minor API changes 2024-02-23 13:13:37 +01:00
smart_events.py Added unregister_event and test for smart events 2024-02-23 13:13:40 +01:00
sniffio_test.py Change library name to publish on pypi 2024-02-23 13:13:41 +01:00
task_handling.py Minor changes 2024-02-23 13:13:39 +01:00
threads.py Various bug fixes and simplifications, added multiprocessing support and new tests 2024-02-23 13:13:41 +01:00
timeouts.py Fixed bugs, added shielded task scopes and related test 2024-02-23 13:13:36 +01:00