Age | Commit message (Collapse) | Author |
|
Simplify the worker/manager relationship. Now the worker is responsible
for the managing the yt-dlp process as well.
Also introduce chan to report back logs. That is an attempt to decouple
things.
|
|
|
|
Add a simple worker to manage a work queue. Right now, it is bit
brittled and has no test coverage yet, but it works.
Also moved from pico.css to bulma, I like the idea of classes approach
of pico but for me bulma yields a better result.
|
|
This is just me testing a bit how doworker works, while I learn of
go/gin in the process.
|