Module veloren_common::slowjob

source ·

Structs

  • Config 🔒
  • Queue 🔒
  • Provides a Wrapper around rayon threadpool to execute slow-jobs. slow means, the job doesn’t need to not complete within the same tick. DO NOT USE I/O blocking jobs, but only CPU heavy jobs. Jobs run here, will reduce the ammount of threads rayon can use during the main tick.

Type Aliases