RubyGems Navigation menu

eventbox 0.1.0

{Eventbox} objects are event based and single threaded from the inside but thread-safe and blocking from the outside. Eventbox enforces a separation of code for event processing and code running blocking operations. Code inside an {Eventbox} object is executed non-concurrently and hence shouldn't do any blocking operations. This is similar to the typical JavaScript programming style.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.0 July 07, 2021 (48.5KB)
  2. 0.1.0 December 04, 2018 (37KB)

Development依存関係 (4):

bundler < 3, >= 1.16
minitest ~> 5.0
rake ~> 10.0
yard ~> 0.9

所有者:

作者:

  • Lars Kanis

SHA 256チェックサム:

=

累計ダウンロード数 7,645

このバージョンのみ 4,080

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: ~> 2.3

リンク: