mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-16 01:12:29 +00:00
Restore (merge-clobbered?) detach, join, interrupt method decls.
This commit is contained in:
@@ -116,6 +116,12 @@ public:
|
||||
return impl_ ? impl_->get_id() : id();
|
||||
}
|
||||
|
||||
void detach() noexcept;
|
||||
|
||||
void join();
|
||||
|
||||
void interrupt() noexcept;
|
||||
|
||||
template <class PROPS>
|
||||
PROPS& properties()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user