Skip to content

Hacknocraft/HCSyncingQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages