Created
January 30, 2021 17:28
-
-
Save GauravChaddha1996/75d0ca08b4bf578900c00959935be06b to your computer and use it in GitHub Desktop.
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 characters
val job = launch { | |
try { | |
// some work with a file | |
} finally { | |
// close the file here | |
} | |
} | |
job.cancelAndJoin() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment