Robfors's Gems

icon
#Total RankDaily RankNameSummary
139,53863,261esrubyThis project brings mruby to the browser. It uses emscripten to compile the mruby sourc...
249,70563,261quack_concurrencyOffers concurrency tools that could also be found in the 'Concurrent Ruby'. However, al...
372,66298,195emittableA simple event registering/triggering module to mix into classes.
4101,83763,261fiber_recyclingDuck type for Fiber that will reuse old native Fibers after they have finished executin...
5120,99298,195tcp_messengerSimple library to open/accept TCP connections and send/receive messages of strings over...
6135,30898,195callback_timerCreate cancelable timer objects that will call a given callback when time has elapsed. ...
7143,03798,195quack_poolA simple resource pool that accepts a resource class to build the pool's resources from.
8145,31863,261queued_state_machineA state machine that supports queuing any callbacks that are triggered during a callback.
9170,56046,658concurrent_queueListen to multiple queues concurrently and return the value of the first queue to have ...
10171,22998,195concurrenceA gem that will let you run concurrent tasks without Thread and it's performance overhead
11173,15098,195heardA gem that will let you listen to multiple blocking events simultaneously.
12173,86546,658tcp_sumacWraps Sumac and TCPMessenger for an easy to implement library.
13174,13098,195rake_flow_visualizerThis gem will help you determine the order of task execution of an existing project usi...
14174,19898,195sumacEases implementation of computer to computer communication by enabling programs to pass...