Find a document error when read 1.4.1 guides, where should i to create issue or PR for fix this?

https://crystal-lang.org/reference/1.4/guides/concurrency.html#spawning-a-fiber-and-waiting-for-it-to-complete

One more question, current version is 1.4.1, if crystal still only support concurrent on a single thread?

In fact, i do some research on Crystal fiber, it behavior almost same as go, so, i doubt this document never updated for years … and the fiber behavior in this document same as ruby fiber, not go.

Thank you.

You’d want to file this under GitHub - crystal-lang/crystal-book: Crystal docs at https://crystal-lang.org/reference.

Crystal is still single threaded by default yes. Parallelism is supported, but is currently considered experimental. Checkout Parallelism in Crystal - The Crystal Programming Language for more information.

1 Like

Okay, i will create a PR to try fix this. if my english is not so bad for write document … :joy:

1 Like

I create a issue with PR there.

1 Like