We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
47059ed
JobScheduler::new_with_channel_size(1000).await; The default is 200 when calling JobScheduler::new().await;
JobScheduler::new_with_channel_size(1000).await;
JobScheduler::new().await;
This addition allows alleviation of task runner starvation. Stems from Issue #65 and #61 .
Enjoy!