UnresolvedFuture

Types

Link copied to clipboard
enum Kind
Await-tree node kind, walked by the state machine to encode the do_await request.

Functions

Link copied to clipboard
Child await nodes; empty for a SINGLE leaf.
Link copied to clipboard
abstract fun isDone(): Boolean
Link copied to clipboard
abstract fun kind(): UnresolvedFuture.Kind
This await node's combinator kind; SINGLE for a leaf.
Link copied to clipboard
abstract fun singleHandle(): Int
The notification handle; valid only when kind is SINGLE.