markmandel / Sesame

Library of functions to be used with ColdFusion Closures.
35 stars 8 forks source link

Concurrency component #10

Open jfrux opened 12 years ago

jfrux commented 12 years ago

Trying to think of a great way to implement this into FoundryCF event emitter module as well as using it to write an async util library.

The async library will be housed at https://github.com/joshuairl/async

markmandel commented 12 years ago

Have you looked at Marc Esher's https://github.com/marcesher/cfconcurrent ?

That's got a lot more control over async processing.