fifo.cr

fifo.cr is a Crystal library for using FIFOs.

Dependencies

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  fifo:
    github: alexherbo2/fifo.cr
  1. Run shards install.

Usage

require "fifo"

See src/fifo.cr for a complete reference.