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/aiosched
Nocturn9x 33feb442e4
Fixed wrong warning about pending I/O in Task destructor
2023-05-12 09:14:45 +02:00
..
internals Fixed bugs with cancellations and exceptions 2023-05-11 14:17:09 +02:00
util Minor change 2023-05-10 12:07:21 +02:00
__init__.py Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
context.py Attempts at fixing timeout edge cases 2023-05-10 23:25:56 +02:00
errors.py Added Event class and reformatted with black 2022-10-19 11:54:32 +02:00
io.py Fixed wrong warning about pending I/O in Task destructor 2023-05-12 09:14:45 +02:00
kernel.py Sleeping tasks are now awoken after the parent crashes 2023-05-12 09:07:00 +02:00
runtime.py Fixed issues with Ctrl+C 2023-05-10 11:04:27 +02:00
socket.py Initial work on proper Ctrl+C handling. Minor fixes and additions 2023-05-01 14:41:40 +02:00
sync.py Fixed issue with sleeping and I/O 2023-05-10 13:53:11 +02:00
task.py Fixed wrong warning about pending I/O in Task destructor 2023-05-12 09:14:45 +02:00