This website requires JavaScript.
Explore
Help
Sign In
dong
/
ProcessPool
Watch
1
Star
0
Fork
You've already forked ProcessPool
0
Code
Issues
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
24ecfe29a0
ProcessPool
/
test
/
test.cpp
9 lines
100 B
C++
Raw
Blame
History
#
include
"processpool.hpp"
int
main
(
)
{
ProcessPool
pool
(
3
)
;
pool
.
exec
(
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink