ion 0.12.0
Atomic concurrency support library
Loading...
Searching...
No Matches
ion::WaitAnyResult< T1, T2 > Struct Template Reference

Represents wait result from one of multiple possible signals. More...

#include <signal.hpp>

Public Attributes

std::size_t index
 Index in result that unblocked WaitAny()
 
std::tuple< T1, T2 > result
 Result of wait operation.
 

Detailed Description

template<class T1, class T2>
struct ion::WaitAnyResult< T1, T2 >

Represents wait result from one of multiple possible signals.

See also
WaitAny()