Replace message passing logic with mpv's internal async
functionality #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
mpv supports asynchronous commands, which makes the work we are doing to serialize input for a single socket very unnecessary. It is a duplicated effort. Please make use of mpv's internal async system.