dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 24 forks source link

Make TelemetryClient Send + Sync #286

Closed lollek closed 1 year ago

lollek commented 1 year ago

By declaring TelemetryChannel trait as Send + Sync, TelemetryClient will also be Send + Sync, therefore making it possible to pass between threads.