Skip to content

refactor: ♻️ Make OPOSSUM thread safe using Arc<Mutex>

Udo Eisenbarth requested to merge 423-make-opossum-async into main

Use Arc structures instead of Rc for shared data.

Closes #423 (closed)

Merge request reports

Loading