github.com/alexherbo2/fifo.cr
master / published Oct 28, 2021 / repository
A Crystal library for using FIFOs
fifo.cr
fifo.cr is a Crystal library for using FIFOs.
Dependencies
Installation
- Add the dependency to your
shard.yml:
dependencies:
fifo:
github: alexherbo2/fifo.cr
- Run
shards install.
Usage
require "fifo"
See src/fifo.cr for a complete reference.