Tags: LMnet/zio
Tags
Pardon the spec interruption (zio#6521) * Improved Assertions for TestOutput. Print ExecutionEvent when parent failure is encountered. Report failed tests in ScalaJS runner. * rm forced ChunkSpec failure * Debugging interruption * Make Specs interruptable * Delete fruitless test * Make tests Await forever
Reloadable buffer pools (zio#6447) * Reloadable buffer pools * scheduleBackround * Fix * Fiber => Fiber.Runtime
Integrated fiber dumps (zio#6152) * Fast list and weak concurrent bag * Add fiber dumping and cleanup dumping method variations * auto-gc * Add flag so it's possible to turn off root fiber tracking * Delete dead code * fix merge compilation error * Move FastList to shared * Fix native error * Improve performance of gc * Use signal handlers and hash code to trigger fiber dumps * Add docs and final * Fix bug in calculating bucket; add wrapper around String for Scala.js * Don't forget to track new roots created in fork * Add test for Fiber.roots * Be more generous in auto GC of weak concurrent bag * Add randomness to auto gc test * Slight bump to performance * Make sure no fibers are lost in the cracks * Eliminate dead code * Begone CauseSpec failures! * enable fiber roots Co-authored-by: Adam Fraser <adam.fraser@gmail.com>
Integrated fiber dumps (zio#6152) * Fast list and weak concurrent bag * Add fiber dumping and cleanup dumping method variations * auto-gc * Add flag so it's possible to turn off root fiber tracking * Delete dead code * fix merge compilation error * Move FastList to shared * Fix native error * Improve performance of gc * Use signal handlers and hash code to trigger fiber dumps * Add docs and final * Fix bug in calculating bucket; add wrapper around String for Scala.js * Don't forget to track new roots created in fork * Add test for Fiber.roots * Be more generous in auto GC of weak concurrent bag * Add randomness to auto gc test * Slight bump to performance * Make sure no fibers are lost in the cracks * Eliminate dead code * Begone CauseSpec failures! * enable fiber roots Co-authored-by: Adam Fraser <adam.fraser@gmail.com>
Rename ZLayer to ZServiceBuilder (zio#5815) * initial work * fix deprecation warning * ongoing work * ongoing work * fix version specific issue * Added script to check site * Added script to check site * Correct sidebars.json * Renaming files for deps documentation * Make sure website dir is cleaned before build. Bump docusaurus version * fix documentation * rename * cleanup * provide services Co-authored-by: Andreas Gies <andreas@wayofquality.de>
PreviousNext