Clearly, I am new to `coroutines`. Don't know why...
# announcements
m
Clearly, I am new to
coroutines
. Don't know why this code
Copy code
experienceTimer.tagVal("/sdsd/login").time {
  Thread.sleep(2)
}
unless I have
Copy code
suspend {
  experienceTimer.tagVal("/sdsd/login").time {
    Thread.sleep(2)
  }
}
Don't think I am doing this right. I feel like the show Pimp My Ride,
Yo dawg, I heard you like
suspend
so I am adding a
suspend
and a block of
suspend
within the method that I want to
suspend
.
k
#C1CFAFJSK
👍 1
m
thank you kind sir!
@Ruckus let the record show that I was directed to another channel 😜
😆 1
r
Indeed, my wrath has been quelled for the moment.
🤣 1
k
What did I miss?
m
@karelpeeters thanks, inside joke between my buddy @Ruckus