launchdarkly / rust-server-sdk

LaunchDarkly Server-Side SDK for Rust
https://docs.launchdarkly.com/sdk/server-side/rust
Other
18 stars 13 forks source link

feat: Add wait_for_initialization with timeout parameter #76

Closed keelerm84 closed 1 month ago

keelerm84 commented 1 month ago

This method serves as a replacement for the initialized_async method, which has now been deprecated. LaunchDarkly does not recommend blocking an application indefinitely, and so we are working to remove methods that suggest this behavior.