Example #1
0
 void wait( const fc::microseconds& timeout_us )
 {
   _probe_complete_promise->wait( timeout_us );
 }
Example #2
0
 void wait()
 {
   _probe_complete_promise->wait();
 }