-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
update_read_async
method and use update_read
instead
The implementation of `update_read_async` caused stack overflows on Windows only, with exact details being quite a mystery. We did not really need a super performant async version of this code, as we are just using it to compute checksums of files residing in well known local filesystems, and thus the plain old `spawn_blocking` call should do as fine job as the removed code was expected to. Signed-off-by: Marek Kaput <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters