-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
There are a number of examples demonstrating that Client / Database / Collection are safe to use across threads. Now that the driver is becoming async-focused, we should try to update these examples to use tasks instead. One concern is figuring out how to do this in an async-runtime agnostic way, or at least a way that compiles regardless of the feature flags defined.