openmeterio / openmeter

Metering and Billing for AI, API and DevOps. Collect and aggregate millions of usage events in real-time and enable usage-based billing.
https://openmeter.io
Apache License 2.0
1.14k stars 68 forks source link

Refactor/lockable set #1904

Closed turip closed 11 hours ago

turip commented 11 hours ago

Overview

Add locking support to the set. This allows parallel use, and decreases the amount of possible suprises when we start to use it like that.

Notes for reviewer