This message was deleted.
# coroutines
s
This message was deleted.
c
If I make that into a thread and use Thread.sleep, it uses basically nothing of my CPU
n
try instesrting a delay of a few ms before
teamData.hasNext()
?
and i am not sure if getting a iterator and doing that manual is a good idea.. why not just use foreach ?
v
call a
jstack
a couple of times, it’s a good first approximation
c
@Nikky The iterator is to avoid concurrent modification exceptions
@Vsevolod Tolstopyatov [JB] Not sure what you mean tbh
Also it's getting delayed @Nikky, just for some reason taking 100%