eestrada

↗ HN profile [ 65.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This gem allows you to execute code more-or-less identically across Ractors, Threads, and Fibers. This makes it much easier to test out your code's performance behavior by using an identical API across all concurrency…

  2. Hi everyone! I created this small Ruby Gem to add some convenient methods to the Fiber class to make it easier to use in the same way a Thread object can be used. This was born out of my frustration that the current…