puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 574 forks source link

Dead link in doc. #222

Closed linkerlin closed 7 years ago

linkerlin commented 8 years ago

http://www.matthiasmann.de/content/view/24/26/ Acknowledgments A core component of Quasar, bytecode instrumentation, is a fork of the wonderful Continuations Library by Matthias Mann.

The Continuations Library is very old library, is there a plan for rewriting one ?

pron commented 8 years ago

The original code was forked and very heavily modified. It's as good as new.

linkerlin commented 8 years ago

@pron Where can I find the repo?

pron commented 8 years ago

Everything is part of quasar-core, in the co.paralleluniverse.fibers.instrument package.