ape icon indicating copy to clipboard operation
ape copied to clipboard

NOTE: abandoned experiment -- Asynchronous PErsistence of Ruby Objects

h1. Ape

Asynchronous PErsistance for Ruby objects.

Also consider the name Aporo: Asynchronous Persistence Of Ruby Objects.

h2. Possible Syntaxes


  class PersistentArray 

Or:


  obj = []
  obj.extend(WithAsyncPersistence)

Or:


  obj = []
  obj.extend(WithAsyncPersistence("obj_filename"))