Shaheen Ghiassy

1pod

thread-safe-block-queue

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.

License: MIT

  • Objective C