Comment on Scipio: A Thread-per-Core Crate for Rust and LinuxparentComments−BenoitP5yIs there a mechanism to group some goroutines onto a single CPU thread to avoid locking?Python's GIL comes to mind :p
Comments
Python's GIL comes to mind :p