dataloader-dotnet
dataloader-dotnet copied to clipboard
Deadlock
I tryed to write some sample for using this library but for me it is doesn't works. Example this:
var result = await DataLoaderContext.Run(loaderCtx => loaderCtx.Factory.GetOrCreateLoader("a", async () => await new Task<string>(() => "aaa")).LoadAsync()
Can somebody tell me what I have wrong in the my example?