ruby-em-synchrony 1.0.3-1 source package in Ubuntu

Changelog

ruby-em-synchrony (1.0.3-1) unstable; urgency=low


  [ Jonas Genannt ]
  * Initial release (Closes: #705578)

 -- Pirate Praveen <email address hidden>  Sun, 04 May 2014 14:48:43 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Utopic: [MANUALDEPWAIT] i386

Downloads

File Size SHA-256 Checksum
ruby-em-synchrony_1.0.3-1.dsc 2.3 KiB 64213b47bc08c09cb5cc22d178dd179070f28fd06d85710675e8ade1963f7311
ruby-em-synchrony_1.0.3.orig.tar.gz 28.4 KiB fd578818616f0c501200e8327fb591825afe359ac49ca512279cebd83c48a1f8
ruby-em-synchrony_1.0.3-1.debian.tar.gz 5.9 KiB 1f0f35e731a82a1aa7c6f3cb1782016a1510fa3a253ee56b66686b2946bb87f0

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