Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 240 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 240 Bytes

dispatcher

kinds of task dispatchers (single or multi-threads) i used in cpp programs.

file with runner as suffix always means single thread, while pool or group means multi-threads.

see examples for more details of usage.