Closed alexsnaps closed 5 months ago
Slowly refactoring this, so the idea is that:
Limit
Arc
(Async)CounterStorage
Counter
Counter.limit
Storage.limit
I'll then move on to fixing #328
Slowly refactoring this, so the idea is that:
Limit
definitions are now stored inArc
, so that they can be shared within the crate's boundaries (i.e. towards the(Async)CounterStorage
d040c0dCounter
as part of the lib's API, only as part of the SPI, i.e.(Async)CounterStorage
eefd5d4Counter.limit
be anArc
coming from theStorage.limit
's eefd5d4I'll then move on to fixing #328