No, It's a Directed Acyclic Graph, but that's an interesting problem I'll look into.
On Wed, Jan 9, 2013 at 10:16 PM, Mark Hahn <[email protected]> wrote: > Can it handle loops? > > > On Wed, Jan 9, 2013 at 1:13 PM, Tom <[email protected]> wrote: > >> Hi everyone, >> >> I've created a simple library for asynchronous flow, based on specifying >> dependencies. I implemented it using a dependency graph and LiveScript. >> Except that it doesn't form one list of dependencies in order, it forms a >> list of beginning and exit nodes, and executes everything in between >> in parallel where needed by defining dependencies. >> >> I'm aiming to cut away as much code as possible by the use of .flow(), >> but also allow you to use the Graph and Node classes/functions when needing >> more expressiveness (e.g. reuse of nodes in different graphs, generating >> graphs, etc). >> >> https://github.com/Industrial/graphflow >> >> Any input would be greatly appreciated, as this is my first release on >> npm :-) >> >> Cheers, >> >> Tom Wieland >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
