completable-future
Emulate the behavior of CompletableFuture in Java for Promises, so you can hand off the Promise for someone else to fulfill in a cleaner way. Doesn't require you to immediately begin the work to complete the promise.
Emulate the behavior of CompletableFuture in Java for Promises, so you can hand off the Promise for someone else to fulfill in a cleaner way. Doesn't require you to immediately begin the work to complete the promise.