We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Task is a pauseable process like a thread. But this is not a thread in an other language.
Task -> console.log "hello" 1.wait() console.log "Task" 2.wait() console.log "World!!" .start()
There was an error while loading. Please reload this page.