(ctx context.Context, newValue int64)
| 22 | GetValue() int64 |
| 23 | TryUpdateIfStale(ctx context.Context, staleness time.Duration, getNewValue func(ctx context.Context) (int64, error)) (int64, error) |
| 24 | TryUpdate(ctx context.Context, newValue int64) int64 |
| 25 | OnValue(callback func(int64)) |
| 26 | OnLargeRollback(callback func(currentVal, newVal int64)) |
| 27 | } |
no outgoing calls