liquidsoap icon indicating copy to clipboard operation
liquidsoap copied to clipboard

Remove or protect all use of weak hash.

Open toots opened this issue 3 months ago • 0 comments

This is another preliminary PR for the concurrent clock: Weak.Hash are not safe to access without synchronization so we replace all use of it with a WeakQueue when possible and add protect accesses when not possible.

toots avatar Mar 23 '24 21:03 toots