A single threaded infinite loop can already be don...
# language-proposals
j
A single threaded infinite loop can already be done with fibers: ,
fiber @Suspendable { while(true) {Strand.sleep(100)}}
But that's a topic for #quasar