|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
RAII handle returned by subscribe_*.
More...
#include <manager.hpp>
Public Member Functions | |
| SubscriptionToken () noexcept=default | |
| SubscriptionToken (const SubscriptionToken &)=delete | |
| SubscriptionToken & | operator= (const SubscriptionToken &)=delete |
| SubscriptionToken (SubscriptionToken &&other) noexcept | |
| SubscriptionToken & | operator= (SubscriptionToken &&other) noexcept |
| ~SubscriptionToken () | |
| bool | valid () const noexcept |
| std::uint64_t | id () const noexcept |
Friends | |
| class | ThreadManager |
RAII handle returned by subscribe_*.
Destruction unregisters the listener. Move-only.
|
defaultnoexcept |
|
delete |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
delete |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |