looks like `CompletableDeferred` could be used for...
# coroutines
b
looks like
CompletableDeferred
could be used for set-once, though I just tried to use it and as soon as I
.await()
on it, it throws a
Job was cancelled
exception