2
0
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:
Nat Goodspeed
2015-05-13 08:38:28 -04:00
parent 25ccb85d19
commit f5d136d974

View File

@@ -116,6 +116,12 @@ public:
return impl_ ? impl_->get_id() : id();
}
void detach() noexcept;
void join();
void interrupt() noexcept;
template <class PROPS>
PROPS& properties()
{