launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

docs: call out indefinite blocking scenerio on StartAsync method #400

Closed cwaldren-ld closed 2 months ago

cwaldren-ld commented 2 months ago

Since modifying the StartAsync method (which returns a future) would be a significant change to the API, we're adding docs instead to call out the "don't block indefinitely" scenario.