Async Support
Closed this issue · 2 comments
krugertech commented
Nice work. Any plan on adding async support ?
i..e return db.QueryAsync(c => c.ParentID == parentCategoryId).ToList();
asherber commented
Sure, that's a good idea. I think when I put this out it was shortly before PetaPoco included async operations.
asherber commented
I'm sorry for the delay. Async operations have been added to v1.3.2, available from NuGet.