|
Async++ unknown
Async (co_await/co_return) code for C++
|
| ▼Nasyncpp | |
| RDispatcher | Check if T implements the dispatcher interface |
| RByteAllocator | Check if a type is a valid allocator providing std::byte allocations |
| RRefCount | Concept describing a refcount policy for use with intrusive_refcount |
| RRefCountable | Concept checking if a type is viable for usage with ref<> (i.e. it provides overloads for refcounted_add_ref and refcounted_remove_ref) |