couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

Implement Couchbase.Extensions.MultiOp #92

Closed brantburnett closed 3 years ago

brantburnett commented 3 years ago

Motivation

Provide a standardized, yet flexible, approach for running multiple operations in parallel which is simpler and more performant than other options using Tasks.

Modifications

Create the Couchbase.Extensions.MultiOp package with a variety of tests.