Module veloren_common::slowjob
source ยท Structsยง
- Config ๐
- InternalSlowJobPool ๐
- 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ยง
- JobType ๐