Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37047363
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-concurrent-ruby

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.2.2-alt1
Время сборки: 11 апреля 2023, 12:04 ( 50.4 недели назад )
Размер архива: 1100.22 Kb

Домашняя страница:   http://www.concurrent-ruby.com

Лицензия: MIT
О пакете: Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more
Описание:

Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell,
F#, C#, Java, and classic concurrency patterns.

The design goals of this gem are:

* Be an 'unopinionated' toolbox that provides useful utilities without debating
 which is better or why
* Remain free of external gem dependencies
* Stay true to the spirit of the languages providing inspiration
* But implement in a way that makes sense for Ruby
* Keep the semantics as idiomatic Ruby as possible
* Support features that make sense in Ruby
* Exclude features that don't make sense in Ruby
* Be small, lean, and loosely coupled
* Thread-safety
* Backward compatibility

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-concurrent-ruby
  • gem-concurrent-ruby-devel
  • gem-concurrent-ruby-edge-devel
  • gem-concurrent-ruby-ext-debuginfo
  • gem-concurrent-ruby-edge
  • gem-concurrent-ruby-doc
  • gem-concurrent-ruby-ext
  • gem-concurrent-ruby-ext-devel
  • gem-concurrent-ruby-edge-doc
  • gem-concurrent-ruby-ext-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin