nbchannel

Not indexed yet

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.

stars not indexed
1 dependent
License: not declared

This shard has been found but not read yet. Its releases, manifest and README are fetched on a later pass, so everything below is unknown rather than absent.

Installation

# Add this to your shard.yml
dependencies:
  nbchannel:
    github: wyhaines/nbchannel.cr

No release to pin to, so this tracks the default branch and will change under you.

Then run:

shards install

shard.yml

No shard.yml has been indexed for this repository. You can read it on the repository.

README

No README has been indexed for this shard yet. You can read it on the repository.