The Wayback Machine - https://web.archive.org/web/20220709023627/https://github.com/mtodd/ape
Skip to content

mtodd/ape

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 

Ape

Asynchronous PErsistance for Ruby objects.

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

Possible Syntaxes


  class PersistentArray < Array
    include Ape::AsyncPersistence
    async_persist :Test, "tmp/test.obj"
  end

Or:


  obj = []
  obj.extend(WithAsyncPersistence)

Or:


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

About

NOTE: abandoned experiment -- Asynchronous PErsistence of Ruby Objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages