File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787
8888- ** Module Reload** - Reload Python modules across all workers during development
8989 - ` py:reload(module) ` uses ` importlib.reload() ` to refresh modules from disk
90- - ` py_pool:broadcast/1 ` for sending requests to all workers
90+ - ` py_pool:broadcast ` for sending requests to all workers
9191
9292- ** Documentation improvements**
9393 - Added shared state section to getting-started, scalability, and ai-integration guides
9797### Fixed
9898
9999- ** Memory safety** - Added NULL checks to all ` enif_alloc() ` calls in NIF code
100- - ** Worker resilience** - Fixed crash in ` py_subinterp_pool:terminate/2 ` when workers undefined
100+ - ** Worker resilience** - Fixed crash in ` py_subinterp_pool:terminate ` when workers undefined
101101- ** Streaming example** - Fixed to work with worker pool design (workers don't share namespace)
102102- ** ETS table ownership** - Moved ` py_callbacks ` table creation to supervisor for resilience
103103
You can’t perform that action at this time.
0 commit comments