Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
utils.hpp File Reference

Internal utility classes and functions used by Condy. More...

#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <exception>
#include <functional>
#include <iostream>
#include <system_error>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  condy
 The main namespace for the Condy library.

Functions

template<typename Func>
Defer condy::defer (Func &&func)
 Defer the execution of a function until the current scope ends.

Detailed Description

Internal utility classes and functions used by Condy.