libcoro  1.0
Coroutine support library for C++20

◆ drop()

template<typename T , typename Lock = nolock>
pending_notify coro::distributor< T, Lock >::drop ( ID  id)
inline

drop single subscriber

Parameters
ididentifier of subscriber
Returns
pending_notify object, You can drop this object to finish operation, or you can schedule its drop operation.

Definition at line 126 of file distributor.h.