pulse
pulse copied to clipboard
Lockfree `Select`
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.
:+1: