AwaitWithFrame

class omni.kit.widget.filebrowser.tree_view.AwaitWithFrame(frame: Frame, future: Future)

Bases: object

A future-like object that runs the given future and makes sure it’s always in the given frame’s scope. It allows for creating widgets asynchronously.

Methods

__init__(frame, future)

__init__(frame: Frame, future: Future)