CVBpy 15.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
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.