const class concurrent::NotCompleteErr

sys::Obj
  sys::Err
    concurrent::NotCompleteErr

Source

Raised when attempting to access results of a future in the pending state.

make

new make(Str msg := "", Err? cause := null)

Source

Construct with specified error message and optional root cause.