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: 3 months ago
JSON representation
Queues in Motoko
- Host: GitHub
- URL: https://github.com/aviate-labs/queue.mo
- Owner: aviate-labs
- License: apache-2.0
- Created: 2021-09-21T06:44:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T08:06:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-19T01:33:16.497Z (7 months ago)
- Language: Motoko
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - motoko-Queue - A collection of elements that are maintained in a sequence, a FIFO Queue. (Libraries / Data structures)
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.