Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 137 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 137 Bytes

TaskQueue

A queue dispatches tasks to a task-loop which runs in a thread.It's same as a thread-pool which can execute tasks pushed in.