vertx-sync
vertx-sync copied to clipboard
provide a transformation for `WriteStream` that suspends the fiber when the buffer is full and that resumes the fiber when the buffer is drained
Example code: https://github.com/sausax/vertx-sync-fiberhandler-error FIberHandler hangs if it encounters a RuntimeException in the route handler block. RouteHandler without FiberHandler end the request and gives Internal Server Error.
Hi guys, I came across a stacktrace where `vertx-sync` seems to start a fiber and then the very same thread executes it directly; I think this happens by default unless...
See: http://blog.paralleluniverse.co/2015/06/04/quasar-kotlin/ http://blog.jetbrains.com/kotlin/2015/06/fibers-and-actors-in-kotlin-with-quasar/