summaryrefslogtreecommitdiff
path: root/workers.go
AgeCommit message (Expand)Author
2026-05-30feat: add code to handle maxDepthdemo
2026-05-30feat: add maxDepth argument to workers versiondemo
2026-05-27refactor: move packet definitions to their own filedemo
2026-05-27refactor: move "packet conversion" into a separate functiondemo
2026-05-26docs: add extensive commentsdemo
2026-05-26feat: measure the depth where each URL is founddemo
2026-05-26feat: add some prints to prove we need to select on Done()demo
2026-05-26refactor: eliminate redundant select statementdemo
2026-05-26fix: make sure all workers terminate by the enddemo
2026-05-26feat: add early termination condition based on maxURLsdemo
2026-05-26feat: add break condition from worklist loopdemo
2026-05-26feat: add the worker-pool-based crawer from TGPLdemo