|
fastcgi++
A C++ FastCGI/Web API
|
Declares the Manager class. More...
#include <map>#include <list>#include <algorithm>#include <thread>#include <mutex>#include <shared_mutex>#include <memory>#include <functional>#include "fastcgi++/protocol.hpp"#include "fastcgi++/transceiver.hpp"#include "fastcgi++/request.hpp"Go to the source code of this file.
Classes | |
| class | Fastcgipp::Manager_base |
| General task and protocol management class base. More... | |
| class | Fastcgipp::Manager< RequestT > |
| General task and protocol management class. More... | |
Namespaces | |
| Fastcgipp | |
| Topmost namespace for the fastcgi++ library. | |
Declares the Manager class.
Definition in file manager.hpp.
1.8.11