class AutoJoinThread
Defined at line 12 of file ../../zircon/system/utest/core/channel/utils.h
RAII for joining threads on destruction.
Useful when an assertion fails.
Public Methods
void AutoJoinThread (fit::function<void ()> fn)
Defined at line 14 of file ../../zircon/system/utest/core/channel/utils.h
template <typename Fn, typename... Args>
void AutoJoinThread (Fn fn, Args &&... args)
Defined at line 20 of file ../../zircon/system/utest/core/channel/utils.h
void AutoJoinThread (AutoJoinThread && other)
Defined at line 25 of file ../../zircon/system/utest/core/channel/utils.h
void Join ()
Defined at line 31 of file ../../zircon/system/utest/core/channel/utils.h
void ~AutoJoinThread ()
Defined at line 38 of file ../../zircon/system/utest/core/channel/utils.h