2 "name": "thread-safe-block-queue",
4 "summary": "An opinionted thread-safe FIFO queue designed for blocks",
5 "description": "This class is an opinionted thread-safe FIFO queue designed for blocks. It takes in blocks and queues them until it is messaged to purge and run all blocks. After the purge event, this data-structure will no longer queue future blocks and will instead run any block given to immediatly.",
6 "homepage": "https://github.com/sghiassy/thread-safe-block-queue",
12 "Shaheen Ghiassy": "shaheen.ghiassy@gmail.com"
15 "git": "https://github.com/sghiassy/thread-safe-block-queue.git",
21 "source_files": "thread-safe-block-queue/Classes/**/*"