-
Notifications
You must be signed in to change notification settings - Fork 1
Fix spsc_raw #37
Copy link
Copy link
Open
Labels
TECH DEBTIssues and tasks regarding tech debt and code / APIs that needs cleaning / refactoring / improvingIssues and tasks regarding tech debt and code / APIs that needs cleaning / refactoring / improving
Metadata
Metadata
Assignees
Labels
TECH DEBTIssues and tasks regarding tech debt and code / APIs that needs cleaning / refactoring / improvingIssues and tasks regarding tech debt and code / APIs that needs cleaning / refactoring / improving
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.