CVBpy 14.0
AsyncWaitResult Class Reference

Represents an async wait result on a stream. More...

Inherits object.

Properties

 value = property
 Tuple[Optional[Union[cvb.RingBufferImage, cvb.StreamImage]], int]: Gets the actual wait result.
 

Detailed Description

Represents an async wait result on a stream.

This object is awaitable.