Closed linkdotnet closed 5 months ago
This PR allows the following:
provider.GetRequiredService<IInstantJobRegistry>().RunInstantJob(async (ChannelWriter<object> writer) => { await writer.WriteAsync("Done"); });
Instant jobs that are also "just" a delegate
This PR allows the following:
Instant jobs that are also "just" a delegate