Skip to content

RoomOfRequirement/dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.