We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4b90e commit 1462facCopy full SHA for 1462fac
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
### Fixed
6
7
+- **Channel notification for create_task** - Fixed async channel receive hanging when using
8
+ `py_event_loop:create_task`. The `event_loop_add_pending()` now sends `task_ready` to the
9
+ worker, not just `pthread_cond_signal`. Also fixed Python 3.9 compatibility in ByteChannel
10
+ (`Optional[bytes]` instead of `bytes | None`)
11
+
12
- **Event Loop Isolation and Resource Safety** - Three fixes for event loop and atom handling
13
- **Single-loop-per-interpreter enforcement** - Prevents multiple `ErlangEventLoop` instances
14
from causing event confusion. Added `_has_loop_ref()` check that detects running loops;
0 commit comments