Module slowjob

Source

Structs§

Config πŸ”’
InternalSlowJobPool πŸ”’
JobMetrics
Queue πŸ”’
SlowJob
SlowJobPool
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 πŸ”’