MCPcopy
hub / github.com/GopeedLab/gopeed / Wait

Method Wait

internal/fetcher/fetcher.go:31–31  ·  view source on GitHub ↗

Wait for the download to complete, this method will block until the download is done.

()

Source from the content-addressed store, hash-verified

29 Progress() Progress
30 // Wait for the download to complete, this method will block until the download is done.
31 Wait() error
32}
33
34type Uploader interface {

Callers 15

TestCreateTaskFunction · 0.65
TestCreateDirectTaskFunction · 0.65
TestPauseAndContinueTaskFunction · 0.65
TestDeleteAllTasksFunction · 0.65
TestDeleteTasksByStatuesFunction · 0.65
TestGetTasksFunction · 0.65
TestTestWebhookFunction · 0.65
TestDownloader_CreateFunction · 0.65

Implementers 3

Fetcherinternal/protocol/bt/fetcher.go
Fetcherinternal/protocol/ed2k/fetcher.go
Fetcherinternal/protocol/http/fetcher.go

Calls

no outgoing calls

Tested by 15

TestCreateTaskFunction · 0.52
TestCreateDirectTaskFunction · 0.52
TestPauseAndContinueTaskFunction · 0.52
TestDeleteAllTasksFunction · 0.52
TestDeleteTasksByStatuesFunction · 0.52
TestGetTasksFunction · 0.52
TestTestWebhookFunction · 0.52
TestDownloader_CreateFunction · 0.52