16 lines
298 B
Text
16 lines
298 B
Text
|
|
TESTING "Thread Pools" ./test-threadpool
|
|
|
|
PLANNED "create"
|
|
PLANNED "yield"
|
|
PLANNED "cancel"
|
|
|
|
TEST "Most basic threadpool test" threadpool-basic <<END
|
|
END
|
|
|
|
TEST "process a function" process-function <<END
|
|
err: the input to the function is
|
|
err: finished waiting
|
|
END
|
|
|
|
PLANNED "error cleared on join"
|