mehdime / DbContextScope

A simple and flexible way to manage your Entity Framework DbContext instances
http://mehdi.me/ambient-dbcontext-in-ef6/
MIT License
634 stars 271 forks source link

Add cancellation token support #6

Closed patroza closed 10 years ago

patroza commented 10 years ago

Missing cancellation token support for the SaveChangesAsync api added.

mehdime commented 10 years ago

Thanks!