dataloader-dotnet icon indicating copy to clipboard operation
dataloader-dotnet copied to clipboard

Deadlock

Open Risbot opened this issue 7 years ago • 0 comments

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?

Risbot avatar Nov 15 '17 22:11 Risbot