Pages
Standard Library
Search
Entities
Promise
Functions
Create a promise with manual resolve.
{resolve, 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.
Promise.never1("Value")
Returns a resolved promise with Void
which never fails with two
arguments which are ignored.
Promise.never1("Value1", "Value2")
Returns a resolved promise with Void
which never fails with three
arguments which are ignored.
Promise.never1("Value1", "Value2", "Value3")
Creates an already resolved Promise