helm-dash icon indicating copy to clipboard operation
helm-dash copied to clipboard

WIP: Add thread support

Open kidd opened this issue 7 years ago • 1 comments
trafficstars

In case threads are available (post 26.1) use a different thread to download and install docsets.

kidd avatar May 29 '18 22:05 kidd

Things that should be taken into account:

  • Contention of multiple threads trying to download (use a mutex)
  • How can we kill a thread that has been blocked for unknown reasons? (if the mutex is still locked we end in a dead-end)

kidd avatar May 30 '18 09:05 kidd