enqueueIncrement
Adds a positive byte delta in repository-owned background scope.
This is used by low-level Ktor helpers where making every response parser suspend on Room bookkeeping would make network code harder to compose.
Author
Dmitriy Moroz
Parameters
bucket
Traffic bucket that should receive the byte delta.
bytes
Number of bytes to enqueue; non-positive values are ignored by implementations.