Interface IBatchScheduler
- Namespace
- GreenDonut
- Assembly
- GreenDonut.dll
The batch scheduler is used by the dataloader to defer the data fetching work to a batch dispatcher that will execute the batches.
public interface IBatchScheduler
Methods
Schedule(Func<ValueTask>)
Schedules work.
void Schedule(Func<ValueTask> dispatch)