shithub: threadpool

ref: bc2a7c9a7410261c1679d088e01bbf19bf4dd62e
dir: /readme/

View raw version
threadpool

Thread pool experiments.

	- main1: channel-based task queue
	- main2: rendezvous point task queue
	- main3: qlocked task queue
	- main4: channel-based memimage line raster task
	- main5: channel-based memimage block raster task
	- main6: main4 with counted task execution
	- main7: main5 with counted task execution
	- main8: main7 with user-defined task completion mgmt