Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.09 KB

File metadata and controls

24 lines (19 loc) · 1.09 KB

ts

main thread/fiber concept. wait counter concept.

steps

  • concurrent_queue, ABA problem.
  • ts::run(my_func) if throws the exception message will contain 'my_func' string. Macros impl(

Examples:

  • map reduce
  • scan
  • fork-join (task_counter)
  • some examples from structured parallel programming

Bibliography