Structs§
- Config π
- Internal
Slow πJobPool - JobMetrics
- Queue π
- SlowJob
- Slow
JobPool - 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 π