inspect
Returns a textual description of the object.
Signature
inspect()
(Deferred 'f 's).() => String
Documentation
Returns a textual description of the object.
Properties
Source Code
Defined in source/concurrency/future/_deferred.js at line 58, column 21
inspect() {
return this.toString();
}