We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Thread.new → spawn — Use Crystal's spawn (fiber-based concurrency) instead of Thread.new for lightweight concurrency.
spawn
Thread.new
Thread.new { do_work }
There was an error while loading. Please reload this page.