Hacker News new | ask | show | jobs
by nailer 3455 days ago
How does Crystal handle concurrency?
2 comments

Like Golang, using fibers & communicating via channels. I/O is also asynchronous similar to Node (using an event loop).

You can read more here: https://crystal-lang.org/docs/guides/concurrency.html