RubyGems Navigation menu

threadlock 1.3.1

Use the threadlock function in your class definition to automatically run instance methods inside of an instance-wide re-entrant lock (Monitor). All locked methods in an instance are protect by a single lock. You can protect all or some of your methods from being run asynchronously. In Ruby>=2.1, threadlock can also be syntactically used as a decorator.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 2.0.0 - December 20, 2013 (6 KB)
  2. 1.3.2 - October 06, 2013 (6 KB)
  3. 1.3.1 - September 29, 2013 (6 KB)
  4. 1.3.0 - September 25, 2013 (6 KB)
  5. 1.2.1 - July 23, 2013 (5,5 KB)
Mostrar todas las versiones (8 total)

Propietarios:

Autores:

  • Joe McIlvain

SHA 256 checksum:

f2ac5eb9dc7d9328d3c92ef1ac3c82963abaca1a489952f1fdcaa6769769d593

Total de descargas 21.923

Para esta versión 2.491

Licencias:

MIT License, Copyright 2013 Joe McIlvain

Versión de Ruby requerida: Ninguno

Enlace: