![]() |
libfilezilla
|
Public Member Functions | |
thread_pool (thread_pool const &)=delete | |
thread_pool & | operator= (thread_pool const &)=delete |
async_task | spawn (std::function< void()> const &f) |
Spawns a new asynchronous task. | |
Friends | |
class | async_task |
class | pooled_thread_impl |