nbchannel

github.com/wyhaines/nbchannel.cr

A NBChannel is a non-blocking channel. Normal Crystal channels block on send and on receive. The NBChannel will never block on send, and there are both blocking and nonblocking receive calls available. The channel should work both for single producer, single consumer scenarios, and for scenarios with multiple producers or multiple consumers.

Not indexed yet

nbchannel was found but its releases have not been read yet. The registry records a repository when it finds it and fetches its tags on a later pass, so this says nothing about whether nbchannel has releases. Check back shortly.