lsl_wait_for_consumers function
Wait until some consumer shows up (without wasting resources). @return True if the wait was successful, false if the timeout expired.
Implementation
@ffi.Native<NativeLsl_wait_for_consumers>()
external int lsl_wait_for_consumers(lsl_outlet out, double timeout);