Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. fun myFuncion(){
  2. //save current Thread CoroutineScope
  3. var currentCoroutineScope : CoroutineScope // <How to create?>
  4. GlobalScope.launch {
  5. //Do something
  6. current.launch {
  7. //Do something
  8.  
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement