Nemo.OperationHandle

Fields

None

Methods

None

Details

class Nemo.OperationHandle

Handle for asynchronous interfaces. These are opaque handles that must be unique within an extension object. These are returned by operations that return Nemo.OperationResult.IN_PROGRESS.

For python extensions, the handle is a dummy struct created by the nemo python bindings on the extension’s behalf. It can be used as a unique key for a dict, for instance, for keeping track of multiple operations at once.