ruby-em-synchrony 1.0.5-2ubuntu1 source package in Ubuntu

Changelog

ruby-em-synchrony (1.0.5-2ubuntu1) artful; urgency=medium

  * Build-depend on mariadb-server, not on default-mysql-server; this is only
    used for build-time testing so it shouldn't matter which of the two is
    deployed, and the invocation of mysql_install_db is using maria-specific
    options.

 -- Steve Langasek <email address hidden>  Thu, 10 Aug 2017 23:43:22 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-em-synchrony_1.0.5.orig.tar.gz 31.9 KiB d0cc3e648a02b05d96e7a3963eec37656b2ac1b222921596289c1a3b2a025a39
ruby-em-synchrony_1.0.5-2ubuntu1.debian.tar.xz 6.8 KiB 5105e11fec558fa5476834b2a97d15a9ddfd617e0385b0fdbc9ef0ece580e828
ruby-em-synchrony_1.0.5-2ubuntu1.dsc 2.5 KiB 61d416840f1c9ef7350a799b9f9cb5f91fa5fe13177cdf69bbe94fbd647d3116

View changes file

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