FIFO Queue¶
IFifoQ enforces serialized execution for the whole queue.
Use this queue when ordering is part of the contract and not only an optimization detail.
IFifoQ enforces serialized execution for the whole queue.
Use this queue when ordering is part of the contract and not only an optimization detail.