RubyGems Navigation menu

threadlock 2.0.0

Use the threadlock method 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 protected by a single lock, unless a specific lock is specified. You can protect all or some of your methods from being run concurrently. In Ruby>=2.1, threadlock can also be used as a syntactic decorator. Enjoy.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 2.0.0 - December 20, 2013 (6 ko)
  2. 1.3.2 - October 06, 2013 (6 ko)
  3. 1.3.1 - September 29, 2013 (6 ko)
  4. 1.3.0 - September 25, 2013 (6 ko)
  5. 1.2.1 - July 23, 2013 (5,5 ko)
Voir toutes les versions (8)

Propriétaires:

Auteurs:

  • Joe McIlvain

Total de contrôle SHA 256:

fa8ee83bfb279a25078e0eb20d3efe12407092cd439253bd15ebd47bb506c011

Total de téléchargements 21 863

Pour cette version 4 043

Licenses:

MIT License, Copyright 2013 Joe McIlvain

Version de Ruby requise: None

Liens: