Constructs a Condition that returns the result of (*func)(arg).
Condition
(*func)(arg)
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
Condition( bool(* func)(void*), void* arg);
func