[fpc-devel] Safely shareable objects
    Adem 
    listmember at letterboxes.org
       
    Fri Jul  1 15:38:12 CEST 2011
    
    
  
On 2011-06-30 17:07, Hans-Peter Diettrich wrote:
> The idea is a merge of reference counting and thread synchronization,
> which I could not find in any other language yet (dunno about ADA in
> detail), but which can be implemented easily in OPL/FPC. Inspiration
> came from TThreadList and Interfaces.
Could there be a fully lockable object class?
I mean an class which (when locked) none of its 
methods/properties/variables can be read/called/altered from outside 
except, of course, by the locking object itself.
    
    
More information about the fpc-devel
mailing list