Documentation

defer

create a new instance of a deferred object (a promise)

promise defer();

Returns

promise'promise' object
Back to top