elizarov
12/27/2016, 6:17 PMblocking{}
builder that blocks your thread while your asynchronous suspending computation is running, or you can define noSuspension{}
builder that throws exception if the code inside actually tries to suspend, but returns normally if it completes without suspension.