Last active
February 18, 2021 00:46
Revisions
-
recheej renamed this gist
Feb 18, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
recheej created this gist
Feb 18, 2021 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ suspend fun foo() { // let's assume called on main thread delay(1000) // resume in 1 second // we resumed after 1 second. which thread? that'll be answered in a future blog println("foo completed") }