Commit Graph

18 Commits

Author SHA1 Message Date
Mattia Giambirtone 98a280ce39
Attempts at fixing timeout edge cases 2023-05-10 23:25:56 +02:00
Mattia Giambirtone dd924d600c
More I/O fixes 2023-05-10 22:56:34 +02:00
Mattia Giambirtone e423716442
Fix some issues with the throw syscall, two-way proxy now working 2023-05-10 22:31:33 +02:00
Nocturn9x 6524fafa7c
Fixed issues with Ctrl+C 2023-05-10 11:04:27 +02:00
Mattia Giambirtone a86e0afbbd
Initial work on proper Ctrl+C handling. Minor fixes and additions 2023-05-01 14:41:40 +02:00
Nocturn9x d10ae9c55b
Added task scopes. Many major fixes 2023-04-28 16:04:30 +02:00
Nocturn9x cfb91beb68
Added support for timeouts 2023-04-22 12:52:44 +02:00
Nocturn9x 509b555628
Added many fixes for exception propagation and SIGINT handling 2023-04-22 12:26:37 +02:00
Nocturn9x e730f7f27a
I/O and Ctrl+C fixes 2023-03-28 14:42:41 +02:00
Nocturn9x 6c91129ab6 Half-assed fix for Ctrl+C 2023-03-02 14:38:14 +01:00
Nocturn9x 3ac6ea58cb Fixed most bugs with I/O (except dangling resources) 2022-11-11 18:01:42 +01:00
Nocturn9x acc436d518 Fixes/additions to I/O mechanism, bugs still exist in network_channel test 2022-11-11 17:39:11 +01:00
Nocturn9x 1530b54fc5 Minor changes 2022-11-02 09:28:57 +01:00
Nocturn9x ff2acf298f Various fixes for exception handling in contexts 2022-11-02 09:28:04 +01:00
Nocturn9x c2bb63149b Added Event class and reformatted with black 2022-10-19 11:54:32 +02:00
Nocturn9x 6690263b55 Work on context exception handling 2022-10-19 11:31:45 +02:00
Nocturn9x ca1e8a157b TaskContext now calls Task.__init__() 2022-10-18 17:29:31 +02:00
Nocturn9x f3ff5fcec5 Initial work on task contexts 2022-10-18 17:26:58 +02:00