Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recursive / looping queue #4

Open
mitra42 opened this issue Feb 23, 2023 · 1 comment
Open

Add recursive / looping queue #4

mitra42 opened this issue Feb 23, 2023 · 1 comment

Comments

@mitra42
Copy link
Owner

mitra42 commented Feb 23, 2023

There needs to be a way to run some kind of iterative, recursive crawl, (e.g. of a directory hierarchy, or a web crawl).

This needs some way to insert things into a stream e.g.

parseDirectory.readFiles

But with a way for readFiles to add new directories.

@mitra42
Copy link
Owner Author

mitra42 commented Feb 23, 2023

[ ] Need some use cases for this
[ ] may need to think about adding stuff into the top of a stream, which may already have flushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant