|
|
|
|
|
by neeleshs
1800 days ago
|
|
:) sleep 0! I was trying to see if there is a way to preempt stuck threads (infinite loops etc), and wrote a small while loop replacement pwhile(()-> loop predicate, ()-> {loop body});
All it does is add a thread.isinterrupted check to the predicate. At this point, best to switch to Erlang ! |
|