_listeners

An array of visitors providing functions to be ran when the deferred's state changes.

Signature

get _listeners()
get (Deferred 'f 's) => Array (DeferredListener 'f 's)

Documentation

An array of visitors providing functions to be ran when the deferred's state changes.

Properties

Source Code

Defined in source/concurrency/future/_deferred.js at line 58, column 21
get _listeners() {
    throw new TypeError('Deferred.prototype is abstract and does not implement ._listeners');
  }
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/)