remove method
Removes the subscription
from the set, if it exists.
Implementation
bool remove(Subscription subscription) => _handle.erase(subscription._handle);
Removes the subscription
from the set, if it exists.
bool remove(Subscription subscription) => _handle.erase(subscription._handle);