Add Better Mixin Support
Reported by Peter Jackson | May 8th, 2008 @ 02:55 PM | in 0.1.2
The interface to process over threads is a little clunky. Enhance the interface to make it transparent to the user that they are using a multi-threaded collection.
Comments and changes to this ticket
-

Peter Jackson May 8th, 2008 @ 02:56 PM
- → Title changed from Add Better Mixin Support to Support Fibers
Ruby 1.9 adds "Fibers". Support them.
-

Peter Jackson May 8th, 2008 @ 02:57 PM
- → Title changed from Support Fibers to Add Better Mixin Support
-

Peter Jackson May 8th, 2008 @ 03:04 PM
- → Milestone set to 0.1.2
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Threaded Collections is a package for iterating through collections over multiple threads. With large collections, sometimes it can be more efficient to process a collection in parallel, provided that the collected items don't have a interdependencies, or need to be processed in a specific order.