ocibuild_http_worker (ocibuild v0.10.4)
View SourceHTTP worker for executing single HTTP operations.
Each worker:
- Owns its own httpc profile (isolation)
- Executes a single task
- Sends result back to pool
- Terminates after completing task
- Properly cleans up httpc in terminate/2
The httpc profile is set in the process dictionary so that HTTP helper functions in ocibuild_registry can access it.
Summary
Functions
Start a new HTTP worker to execute a task.
Functions
Start a new HTTP worker to execute a task.
The worker will:
- Start its own httpc profile
- Execute the task function
- Send result to ReplyTo
- Terminate