Pages
Standard Library
Search
Entities
Promise
Functions
Create a promise with manual resolve / reject.
{resolve, reject, promise} = Promise.create()
Returns a resolved promise with Void
which never fails.
Returns a resolved promise with Void
which never fails with one
argument which is ignored.
Returns a resolved promise with Void
which never fails with two
arguments which are ignored.
Returns a resolved promise with Void
which never fails with three
arguments which are ignored.
Creates an already rejected Promise
Creates an already resolved Promise