Robfors's Gems

icon
#Total RankDaily RankNameSummary
137,88847,329esrubyThis project brings mruby to the browser. It uses emscripten to compile the mruby sourc...
249,35219,038quack_concurrencyOffers concurrency tools that could also be found in the 'Concurrent Ruby'. However, al...
371,25947,329emittableA simple event registering/triggering module to mix into classes.
4100,92647,329fiber_recyclingDuck type for Fiber that will reuse old native Fibers after they have finished executin...
5119,82974,510tcp_messengerSimple library to open/accept TCP connections and send/receive messages of strings over...
6134,32474,510callback_timerCreate cancelable timer objects that will call a given callback when time has elapsed. ...
7142,64538,694quack_poolA simple resource pool that accepts a resource class to build the pool's resources from.
8143,37038,694queued_state_machineA state machine that supports queuing any callbacks that are triggered during a callback.
9167,17374,510concurrent_queueListen to multiple queues concurrently and return the value of the first queue to have ...
10167,74774,510concurrenceA gem that will let you run concurrent tasks without Thread and it's performance overhead
11169,29647,329heardA gem that will let you listen to multiple blocking events simultaneously.
12170,17774,510tcp_sumacWraps Sumac and TCPMessenger for an easy to implement library.
13170,42574,510rake_flow_visualizerThis gem will help you determine the order of task execution of an existing project usi...
14170,62774,510sumacEases implementation of computer to computer communication by enabling programs to pass...