Files | Admin

Notes:

Release Name: concurrent-0.1

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