I'm try to write a continuation that I can "call-back/continue" some time later at my chooesing. I'm trying to await on a CompletableFuture, but that doesn't seem to be pausing that "green thread". await it just returning a non-completed future. Anyone know what the trick is? Lots of docs on how to use yield & delay, but none on how to write you own.