is there a performance cost to using suspend/await...
# coroutines
t
is there a performance cost to using suspend/await internally as opposed to using the completablefuture api directly ? (my public api is java and uses completablefuture)