LUMIERA.clone/tests/30backend-threadpool.tests
2010-01-17 17:34:23 +01:00

17 lines
321 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: wait 1 sec
err: finished waiting
END
PLANNED "error cleared on join"