Basic pool settup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include <libpool.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
Pool threadPool { 5 };
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user