pkin/fetcher
2026-09-04 19:59:24 +02:00
..
.cache/clangd/index . 2026-09-04 19:59:24 +02:00
a.txt . 2026-09-04 19:59:24 +02:00
fetcher-worker.c . 2026-09-04 19:59:24 +02:00
fetcher.c . 2026-09-04 19:59:24 +02:00
fetcher.h . 2026-09-04 19:59:24 +02:00
meson.build . 2026-09-04 19:59:24 +02:00
meson.options . 2026-09-04 19:59:24 +02:00
README . 2026-09-04 19:59:24 +02:00
spawnchild.c . 2026-09-04 19:59:24 +02:00

idea:
  given a list of URL-to-path pairs, it downloads them in
	parallel to the specified path.

implementation:
 	These pairs are added to a queue(FIFO) along with an
	attempt counter. Multiple worker processes are spawned
	that each handle an entry in a queue.

	workers write to an error pipe and to a out pipe.