_state

The current state of the deferred, as an ExecutionState.

Signature

get _state()
get (Deferred 'f 's) => ExecutionState 'f 's

Documentation

The current state of the deferred, as an ExecutionState.

Properties

Source Code

Defined in source/concurrency/future/_deferred.js at line 58, column 21
get _state() {
    throw new TypeError('Deferred.prototype is abstract and does not implement ._state.');
  }
Licence
MIT
Module
folktale/concurrency/future/_deferred
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)