store.killIdle = function () {
  _.each(store.idle(), function (thread) {
    thread.kill()
  })
}