Commit Graph

16 Commits

Author SHA1 Message Date
Mattia Giambirtone bc60572c31
Loop now uses the clock's deadline method 2023-06-01 20:02:07 +02:00
Mattia Giambirtone bfa69a6db2
Added test for pathlib wrapper 2023-05-22 09:22:37 +02:00
Mattia Giambirtone 6ceaec6a99
More bugfixes. Exported current_loop() and current_task() 2023-05-18 22:21:04 +02:00
Mattia Giambirtone 2459a7ea00
Bugfixes 2023-05-18 22:05:43 +02:00
Mattia Giambirtone 4d709f0e86
Refactoring and initial work on multiprocessing support 2023-05-18 18:21:12 +02:00
Mattia Giambirtone 61f282784e
Thread workers are now partially cancellable 2023-05-18 15:19:13 +02:00
Mattia Giambirtone ac69afd2db
Fixed bugs with Ctrl+C delivery, redesigned synchonization primitives, added Lock and RLock classes and minor API changes 2023-05-17 22:28:29 +02:00
Mattia Giambirtone 05026448c7
Shielded scopes are now directly cancellable 2023-05-17 11:16:58 +02:00
Mattia Giambirtone 21281d7397
Fixed bugs, added shielded task scopes and related test 2023-05-17 00:27:24 +02:00
Mattia Giambirtone 26999bba98
Added full checkpoint support 2023-05-16 16:37:03 +02:00
Mattia Giambirtone ab9b12dd2e
Moved exception propagation code outside of the kernel 2023-05-16 16:22:09 +02:00
Mattia Giambirtone af0bdb239b
Added experimental task-level cancellation and waiting primitives 2023-05-16 15:48:19 +02:00
Mattia Giambirtone 82385de378
Added a proper timeout exception and enhance some tests 2023-05-16 11:59:01 +02:00
Mattia Giambirtone da2c65e921
Fixed bug with cancellation and added self-cancellation test 2023-05-16 10:43:00 +02:00
Mattia Giambirtone eb5d54a1ec
Minor bugfixes, added Semaphores 2023-05-15 23:56:53 +02:00
Mattia Giambirtone 4d6baf36c4
Initial work 2023-05-15 18:25:02 +02:00