Flagsmith / flagsmith-dotnet-client

.NET Standard Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://www.flagsmith.com/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

chore: Implement multi-threading support for analytics Processor #94

Closed novakzaballa closed 3 months ago

novakzaballa commented 3 months ago

Implement support for multi-threading processing in AnalyticsProcessor class.

Also, implements the corresponding unit tests.