Y
Hacker News
new
|
ask
|
show
|
jobs
by
nailer
3455 days ago
How does Crystal handle concurrency?
2 comments
Svenskunganka
3455 days ago
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
link
tyingq
3455 days ago
https://crystal-lang.org/docs/guides/concurrency.html
link
You can read more here: https://crystal-lang.org/docs/guides/concurrency.html