You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now this is because .priority(int) should be called before any scheduling on the scheduler happens. Potential options are to make .priority(int) return this, and each time a new Scheduler.Worker is created, reset the priority back to a normal value, or to set it to an invalid value.
The text was updated successfully, but these errors were encountered:
Right now this is because
.priority(int)
should be called before any scheduling on the scheduler happens. Potential options are to make.priority(int)
returnthis
, and each time a newScheduler.Worker
is created, reset the priority back to a normal value, or to set it to an invalid value.The text was updated successfully, but these errors were encountered: