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

[fs.walk]: Support AbortSignal #104

Merged
merged 2 commits into from
Jan 12, 2024
Merged

[fs.walk]: Support AbortSignal #104

merged 2 commits into from
Jan 12, 2024

Conversation

mrmlnc
Copy link
Contributor

@mrmlnc mrmlnc commented Jan 11, 2024

What is the purpose of this pull request?

#97

What changes did you make? (Give an overview)

The asynchronous reader now supports the AbortSignal. The user can stop the reading of nested directories at any time.

It is important to note that even after you stop reading, when you use the stream, new events may appear in the current directory. Because they have already been sent to the stream.

@mrmlnc mrmlnc force-pushed the abort_signal branch 2 times, most recently from cae822a to d1a0bdd Compare January 12, 2024 07:52
@mrmlnc mrmlnc marked this pull request as ready for review January 12, 2024 08:18
@mrmlnc mrmlnc merged commit 9bde8b8 into master Jan 12, 2024
13 checks passed
@mrmlnc mrmlnc deleted the abort_signal branch January 12, 2024 08:58
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

Successfully merging this pull request may close these issues.

None yet

1 participant