mozilla / janus-plugin-sfu

Janus plugin to act as a kind of SFU for game networking data.
Mozilla Public License 2.0
135 stars 40 forks source link

Modernize laziness #41

Closed mqp closed 4 years ago

mqp commented 4 years ago

This is the fancy Rust state of the art for the stuff related to threadsafe lazy initialization we were doing hackily before. (The join subscription part even looked actually vulnerable to race conditions, which is embarrassing.)