_listeners

A list of visitors to be invoked when the state of the future changes.

Signature

get()
get (Future 'f 's) => Array (DeferredListener 'f 's)

Documentation

A list of visitors to be invoked when the state of the future changes.

Properties

Source Code

Defined in source/concurrency/future/_future.js at line 24, column 0
get _listeners() {
    throw new TypeError('Future.prototype._listeners 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/)