Module worker

Module worker 

Source

Modules§

fetch
garbage

Structs§

Channels
Worker channels for communicating through the git stream with the remote.
ChannelsConfig
Config
Worker pool configuration.
FetchConfig
Pool
A pool of workers. One thread is allocated for each worker.
Task
Task to be accomplished on a worker thread. This is either going to be an outgoing or incoming fetch.
TaskResult
Worker response.

Enums§

AuthorizationError
ChannelEvent
Data that can be sent and received on worker channels.
FetchError
Error returned by fetch.
FetchRequest
Fetch job sent to worker thread.
FetchResult
Fetch result of an upload or fetch.
UploadError
Error returned by fetch responder.