hmans / indiepants

IndiePants, aka Pants Phase 2. A clean indieweb-like implementation.
13 stars 1 forks source link

Make Background use a thread pool #39

Open hmans opened 9 years ago

hmans commented 9 years ago

As is: Background.go spawns a thread on every invocation.

To be: Set up a thread pool and make Background.go move the provided worker code into a queue.