drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
IOThreadStorage.h File Reference
#include <drogon/HttpAppFramework.h>
#include <trantor/utils/NonCopyable.h>
#include <memory>
#include <vector>
#include <limits>
#include <functional>
Include dependency graph for IOThreadStorage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  drogon::IOThreadStorage< C >
 Utility class for thread storage handling. More...

Namespaces

namespace  drogon
 Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2.

Functions

trantor::EventLoop * drogon::getIOThreadStorageLoop (size_t index) noexcept(false)

Detailed Description

Author
Daniel Mensinger

Copyright 2019, Daniel Mensinger. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.

Drogon