[][src]Module sealrs::futures::completable_promise

Manually completable promise

This type of promise is intended to be filled from the application code, which should call the success or failure methods on it. After that, the passed value will be placed in the future.

Examples

See the module level documentation.

Structs

CompletablePromise