_state

The current state of the Future.

Signature

get()
get (Future 'f 's) => ExecutionState 'f 's

Documentation

The current state of the Future.

Properties

Source Code

Defined in source/concurrency/future/_future.js at line 24, column 0
get _state() {
    throw new TypeError('Future.prototype._state should be implemented in an inherited object.');
  }
Licence
MIT
Module
folktale/concurrency/future/_future
On This Page
Authors
Copyright
(c) 2013-2017 Quildreen Motta, and CONTRIBUTORS
Authors
  • Quildreen Motta
Maintainers
  • Quildreen Motta <queen@robotlolita.me> (http://robotlolita.me/)