-
Notifications
You must be signed in to change notification settings - Fork 44
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
Godoc with example usage of carv2 primary flows #124
Milestone
Comments
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. Fixes: - #124
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. Fixes: - #124
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. Fixes: - #124
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. Fixes: - #124
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. The example surfaced a race condition where if the `AllKeysChan` is partially consumed and file is closed then the gorutie started by chan population causes the race condition. Locking on Close will make the closure hang. Better solution is needed but choices are limited due to `AllKeysChan` signature. Fixes: - #124
masih
added a commit
that referenced
this issue
Jul 16, 2021
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. The example surfaced a race condition where if the `AllKeysChan` is partially consumed and file is closed then the gorutie started by chan population causes the race condition. Locking on Close will make the closure hang. Better solution is needed but choices are limited due to `AllKeysChan` signature. Fixes: - #124
make sure also to fix the todo in top level godoc: |
Yep! I actually noticed this just minutes before you wrote this comment, too, as I was looking at the pkgsite links I shared :) |
Jorropo
pushed a commit
to ipfs/boxo
that referenced
this issue
Mar 22, 2023
Implement examples that show how to open a read-only blockstore, and a read-write blockstore along with resumption from the same file. The example surfaced a race condition where if the `AllKeysChan` is partially consumed and file is closed then the gorutie started by chan population causes the race condition. Locking on Close will make the closure hang. Better solution is needed but choices are limited due to `AllKeysChan` signature. Fixes: - ipld/go-car#124 This commit was moved from ipld/go-car@ae4ddd4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be useful documentation and examples guiding users through
The text was updated successfully, but these errors were encountered: