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

Polymorphic memory resource (PMR) related types and utilities. More...

#include "condy/coro.hpp"
#include "condy/task.hpp"
#include <memory_resource>

Go to the source code of this file.

Namespaces

namespace  condy
 The main namespace for the Condy library.
namespace  condy::pmr
 Polymorphic memory resource (PMR) related types and utilities.

Typedefs

template<typename T = void>
using condy::pmr::Coro = condy::Coro<T, std::pmr::polymorphic_allocator<std::byte>>
 Coroutine type using polymorphic allocator.
template<typename T>
using condy::pmr::Task = condy::Task<T, std::pmr::polymorphic_allocator<std::byte>>
 Task type using polymorphic allocator.

Detailed Description

Polymorphic memory resource (PMR) related types and utilities.