Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

feat: StreamBlocks() #327

Closed
wants to merge 2 commits into from
Closed

feat: StreamBlocks() #327

wants to merge 2 commits into from

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Mar 26, 2020

Fixes #228

Note that the StreamBlocks() method takes a channel of a slice of keys:
StreamBlocks(ctx context.Context, keys <-chan []cid.Cid) (<-chan blocks.Block, error)

@dirkmc dirkmc changed the title feat: GetStream() feat: StreamBlocks() Mar 26, 2020
@dirkmc dirkmc marked this pull request as ready for review March 30, 2020 19:21
@dirkmc dirkmc requested a review from Stebalien March 30, 2020 19:23
@Jorropo
Copy link
Contributor

Jorropo commented Jan 27, 2023

This repository has been moved to https://github.com/ipfs/go-libipfs. There is not an easy way to transfer PRs, so if you would like to continue with this PR then please re-open it in the new repository and link to this PR.

@Jorropo Jorropo closed this Jan 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Streaming GetBlocks
2 participants