Felix
04/03/2018, 5:25 PMDeferred or CompletableFuture). In my understanding, they convert from the "suspend" world into the "classical world". In this context, is there any terminology to classify the functions (typically extensions functions such as await) that do the reverse: convert from the "classical" world into the "suspend" world, i.e., suspend functions receive a representation of an asynchronous computation and return a value?ilya.gorbunov
04/03/2018, 11:36 PMawait doesn't do the reverse, it is suspend tooFelix
04/04/2018, 11:52 AM