wingo / fibers

Concurrent ML-like concurrency for Guile
GNU Lesser General Public License v3.0
301 stars 32 forks source link

Q: Does it support racket? or how to use it in racket #107

Open Yanhao opened 3 months ago

LiberalArtist commented 1 month ago

This is a Guile library that implements Concurrent ML primitives. Racket's built-in support for concurrency is also based on Concurrent ML: here are the introductory guide and the reference manual.