Skip to content

linpows/threadpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Threadpool

threadpool module for use in programs

to use in program:

struct thread_pool * threadpool = thread_pool_new(nthreads);
struct future * futu = thread_pool_submit(threadpool, (fork_join_task_t) task, &args);
void* result = future_get(futu);

refer to threadpool.h for specifics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published