Hacknocraft / HCSyncingQueue

Handle enqueue and dequeue data for syncing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppFriends

Hacknocraft Async Item Queue

What does it do?

Often we need to put tasks such as requests to the server into a queue. Then at certain frequency, the executer takes pending items from a queue to execute. When the execution is successful, we want to remove the items. However, we need to remember which items are current being executed, so that we don't end up removing items added to the queue while the execution is happening. This library handles the situation.

Offline and Persistence Support

This queue will persist after the app is turned off. The task items will be saved.

About

Handle enqueue and dequeue data for syncing


Languages

Language:Swift 100.0%