16 lines
325 B
Text
16 lines
325 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 440616
|
|
err: executing the user function
|
|
err: thread quitting
|
|
err: the result is 1
|
|
END
|