nbchannel.cr v0.1.0

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.
Repository

nbchannel.cr

Owner
Statistic
  • 5
  • 0
  • 0
  • 3
  • 1
  • 7 months ago
  • September 15, 2021
License

Apache License 2.0

Links
Synced at

Wed, 24 Apr 2024 19:28:45 GMT

Languages