|
Condy v1.1.0
C++ Asynchronous System Call Layer for Linux
|
Polymorphic memory resource (PMR) related types and utilities. More...
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. | |
Polymorphic memory resource (PMR) related types and utilities.