エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Erlang Message Passing - Ruby point of view [ruby] [Erlang] [messaging]
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Erlang Message Passing - Ruby point of view [ruby] [Erlang] [messaging]
DZone Snippets13302 users tagging and storing useful source code snippets Never been to DZone Sni... DZone Snippets13302 users tagging and storing useful source code snippets Never been to DZone Snippets before? Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world 1 2 #!/usr/bin/env ruby 3 4 StartTime = Time.now 5 MT = Thread.current 6 7 $data = [0,0] 8 9 class ErProc 10 def