Files | Admin
Notes: This is the first release of my omnibus concurrency library for Ruby. Included are implementations of: - Actors (concurrent/actors) - Data-Parallel Programming (concurrent/parallel) - Futures (concurrent/futures) Changes: * Initial release