libfilezilla
Classes | Namespaces
thread_pool.hpp File Reference

Declares thread_pool and async_task. More...

#include "libfilezilla.hpp"
#include "mutex.hpp"
#include <functional>
#include <memory>
#include <vector>
Include dependency graph for thread_pool.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  async_task
 Handle for asynchronous tasks. More...
 
class  thread_pool
 A dumb thread-pool for asynchronous tasks. More...
 

Namespaces

 fz
 The namespace used by libfilezilla.
 

Detailed Description

Declares thread_pool and async_task.