Skip to contents

Promise Class

Promise Class

Methods


Method then()

Usage

Promise$then(...)


Method new()

Usage

Promise$new(parent)


Method clone()

The objects of this class are cloneable with this method.

Usage

Promise$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.