Class N::SafeArray
In: lib/glue/array.rb
Parent: Array

SafeArray

A thread-safe array. We use a sync object instead of a mutex, because it is re-entrant. An exclusive lock is needed when writing, a shared lock IS NEEDED when reading

Methods

<<   []   []=   clear   delete   delete_if   new   shift   size   unshift  

Attributes

sync  [R] 

Public Class methods

gmosx: delegator is not used.

Public Instance methods

[Validate]