Currently The internally unsafe, lock free edge in spsc_raw is broken.
This happened when memory managers were added and graph codegen was simplified (removing the separate concurrent graph construction).
This module requires a full rewrite to work in the new system, and should be fully audited before release.
Currently The internally unsafe, lock free edge in
spsc_rawis broken.This happened when memory managers were added and graph codegen was simplified (removing the separate concurrent graph construction).
This module requires a full rewrite to work in the new system, and should be fully audited before release.