method kept
1 | class Promise |
1.1 | (Promise) method kept |
Documentation for method kept
assembled from the following types:
class Promise
From Promise
(Promise) method kept
multi method kept(Promise: \result = True --> Promise)
Returns a new promise that is already kept, either with the given value, or with the default value True
.