libcoro  1.0
Coroutine support library for C++20

◆ detach()

template<typename T >
future* coro::future< T >::detach ( )
inlineprotected

Detach linked list from the future.

Detaches existing linked list from this future, if exists

Returns
pointer to linked list, or nullptr;
Note
Function is not MT-Safe.

Definition at line 1232 of file future.h.