エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - bryanp/goru: Concurrent routines for Ruby, without threads or fibers.
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - bryanp/goru: Concurrent routines for Ruby, without threads or fibers.
Concurrent routines for Ruby. Goru is an experimental concurrency library for Ruby. Lightweight: ... Concurrent routines for Ruby. Goru is an experimental concurrency library for Ruby. Lightweight: Goru routines are not backed by fibers or threads. Each routine creates only ~345 bytes of memory overhead. Explicit: Goru requires you to describe exactly how a routine behaves. Less magic makes for fewer bugs when writing concurrent programs. Goru was intended for low-level programs like http servers

