Modules§
Structs§
- Channels
- Worker channels for communicating through the git stream with the remote.
- Channels
Config - Config
- Worker pool configuration.
- Fetch
Config - 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.
- Task
Result - Worker response.
Enums§
- Authorization
Error - Channel
Event - Data that can be sent and received on worker channels.
- Fetch
Error - Error returned by fetch.
- Fetch
Request - Fetch job sent to worker thread.
- Fetch
Result - Fetch result of an upload or fetch.
- Upload
Error - Error returned by fetch responder.