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.5 KB)
  2. 0.1.0 - December 04, 2018 (37.0 KB)

Development 依赖 (4):

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

业主:

作者:

  • Lars Kanis

SHA 256 校验和:

25e933dd2a0c2ba047a75f5e31fcb9d81d6e93fa481a47f85b58ebd23668210a

下载总量 6,724

这个版本 3,843

许可:

MIT

需要的 Ruby 版本: ~> 2.3

链接: