MusicBrainz daemon should not be part of the TUI crate #253
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It can be split into two - one part contains the logic which enforces rate limiting. The other part contains the request/response processing logic.
Actually it can and should be. The TUI architecture is such that it needs a daemon. Other architectures are possible, e.g., async with an executor. A library can only do so much.