package

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

  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.

API