EDIT: Found the documentation: https://scheme.fail/manual/loko.html
We need more efforts like these and less yet another UNIX clone in C.
Or are you asking about this instead?
https://archive.org/details/bitsavers_symbolicssGuidetoSymbo...
That one could be a big deal.
https://scheme.fail/manual/loko.html#Concurrency
The docs don't mention channels and say that fibres are built on limited continuations (call/cc) which suggests missing some of the clever stuff in CML (e.g. that threads deadlocked on a channel get garbage collected)
Anyway, I would say it is actually the nicest way to write concurrent programs. It supports you and helps you to not shoot yourself in the foot, while also staying out of the way.
Off topic, but I love the design of the linked web site.