Returns a textual description of the object.
Returns a textual description of the object.
toString() {
const listeners = this._listeners.length;
const state = this._state;
return `folktale:Deferred(${state}, ${listeners} listeners)`;
}