Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aviate-labs/queue.mo

Queues in Motoko
https://github.com/aviate-labs/queue.mo

Last synced: about 2 months ago
JSON representation

Queues in Motoko

Lists

README

        

# Queues for Motoko

A collection of elements that are maintained in a sequence.

The operations of a queue make it a first-in-first-out (FIFO) data structure.