Properties | List of all members
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. More...
 

Detailed Description

Represents an async wait result on a stream.

This object is awaitable.

Property Documentation

◆ value

value = property
static

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