fastcgi++
A C++ FastCGI/Web API
Classes | Namespaces
manager.hpp File Reference

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.
 

Detailed Description

Declares the Manager class.

Author
Eddie Carle <eddie.nosp@m.@isa.nosp@m.tec.c.nosp@m.a>
Date
May 18, 2016

Definition in file manager.hpp.