Commit Graph

6 Commits

Author SHA1 Message Date
Nocturn9x e37ffdeb06 Initial broken work on a generic streams interface 2022-10-10 13:35:22 +02:00
Mattia Giambirtone 6d089d7d5f Various fixes for I/O, timeouts, cancellation and more. Need to fix task_ipc2.py which is broken for some reason 2022-09-01 13:18:15 +02:00
Mattia Giambirtone 07b6621796 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	giambio/context.py
#	giambio/core.py
#	giambio/runtime.py
#	giambio/sync.py
#	tests/queue.py
#	tests/timeout.py
2022-05-14 11:16:59 +02:00
Nocturn9x f38e508ef6 Fixed bug where suspended tasks would not be purged upon exiting 2022-02-26 19:35:03 +01:00
Mattia Giambirtone 5c05de495d Fixed some issues with join() not properly rescheduling its caller when appropriate 2022-02-05 16:14:21 +01:00
Nocturn9x 587fba2dad Minor fixes to I/O, added initial chatroom_client implementation 2022-02-05 15:34:45 +01:00