Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • fin/ulo-section
  • week45/fancy-builds
  • fin/applogos
  • week41/final-review
  • week41/review-again
  • week41/reporting-on-app
  • week40/apppep
  • week40/review-report
  • week40/elementary
  • week39/transitive
  • week39/lazy-scores
  • week39/application-sections-fix
  • week39/feedback-holes
  • week39/feedback-versioning
  • week38/slide-review
  • issue13/fix
  • issue13/version-upgrade
  • issue12/setup
  • issue10/explorer
20 results

concurrent_buffer.go

  • Andreas Schärtl's avatar
    749e35a6
    ulocollect: update core s.t. it runs jobs · 749e35a6
    Andreas Schärtl authored
    We now run jobs w/o limits. This is probably bad in a hosted setup but
    we can worry about that later should it ever become a problem. As it
    stands the implementation is easier with a simple goroutine rather than
    a complicated pool of threads.
    749e35a6
    History
    ulocollect: update core s.t. it runs jobs
    Andreas Schärtl authored
    We now run jobs w/o limits. This is probably bad in a hosted setup but
    we can worry about that later should it ever become a problem. As it
    stands the implementation is easier with a simple goroutine rather than
    a complicated pool of threads.