pulse icon indicating copy to clipboard operation
pulse copied to clipboard

Lockfree `Select`

Open ghost opened this issue 10 years ago • 1 comments

Select was initially build around a Mutexed core just to make sure the logic worked correctly. There is a way to modify the internals of the Select to use a giant atomic bitset. Each bit maps to a Signal.

ghost avatar May 13 '15 02:05 ghost

:+1:

kvark avatar May 13 '15 02:05 kvark