Join Slack
Powered by
A single threaded infinite loop can already be don...
# language-proposals
j
janvladimirmostert
02/08/2017, 4:35 AM
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
Open in Slack
Previous
Next