The asynchronix branch has logic ported from asynchronix, but there is a panic at the line
assert_ne!(active_workers & (1 << worker_id), 0);
line in pool_manager.rs. @sbarral mentioned that this might be due to incorrect logic elsewhere, but the relevant logic in new_executor.rs is ported directly over.
The
asynchronixbranch has logic ported from asynchronix, but there is a panic at the lineline in pool_manager.rs. @sbarral mentioned that this might be due to incorrect logic elsewhere, but the relevant logic in
new_executor.rsis ported directly over.