puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

First pass at comsat-jackson #96

Open stevenschlansker opened 6 years ago

stevenschlansker commented 6 years ago

Jackson seems to work great with Quasar Fibers. I marked up all methods that call stream/writer read/write methods with @Suspendable and then used SuspendablesScanner to generate these (lengthy!) lists. Let me know if there's a better methodology.

stevenschlansker commented 6 years ago

demo project here: https://github.com/stevenschlansker/jackson-fiber

stevenschlansker commented 6 years ago

Test failures appear to be unrelated to my change.

stevenschlansker commented 6 years ago

Ping? Is this an appropriate contribution?

AnkBurov commented 4 years ago

The project is abandoned. Guess we'll have to wait until project Loom comes.