Skip to content

Control mechanisms for controller-worker parallelism

Notifications You must be signed in to change notification settings

NoraCodes/workctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workctl

Information on crates.io Documentation on docs.rs License: MIT

workctl provides a set of higher-level abstractions for controlling concurrent/parallel programs. These abstractions are especially focused on the "controller/worker" paradigm, in which one or a few "controller" threads determine what work needs to be done and use WorkQueues and SyncFlags to communicate that to many "worker" threads.

About

Control mechanisms for controller-worker parallelism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages