ruby-em-synchrony 1.0.5-3.1 source package in Ubuntu

Changelog

ruby-em-synchrony (1.0.5-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Disable tests for now. The mysql tests don't work under fakeroot anymore
    (Closes: #963319)

 -- Ivo De Decker <email address hidden>  Mon, 22 Feb 2021 20:12:04 +0000

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-em-synchrony_1.0.5-3.1.dsc 2.4 KiB c2989fe9f13415145a477ed8a6863c9e353fd3227b90bc7c02a3072c4a3a620a
ruby-em-synchrony_1.0.5.orig.tar.gz 31.9 KiB d0cc3e648a02b05d96e7a3963eec37656b2ac1b222921596289c1a3b2a025a39
ruby-em-synchrony_1.0.5-3.1.debian.tar.xz 7.5 KiB 8908edb4afaf478103aad8247a15207abf51ad93f93a72108933adf1210f26c1

No changes file available.

Binary packages built by this source

ruby-em-synchrony: fiber aware EventMachine libraries

 Collection of convenience classes and primitives to help untangle evented
 code, plus a number of patched EM clients to make them Fiber aware.
 .
  * Fiber aware ConnectionPool with sync/async query support
  * Fiber aware Iterator to allow concurrency control & mixing of sync / async
  * Fiber aware async inline support: turns any async function into sync
  * Fiber aware Multi-request interface for any callback enabled clients
  * Fiber aware TCPSocket replacement, powered by EventMachine
  * Fiber aware Thread, Mutex, ConditionVariable clases
  * Fiber aware sleep, defer, system