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
Normal View
History
Unescape
Escape
<add>新增linux下线程池简单的启动
2025-01-24 15:34:05 +00:00
#
include
"processpool.hpp"
int
main
(
)
{
ProcessPool
pool
(
3
)
;
pool
.
exec
(
)
;
return
0
;
}