mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-23 23:27:54 -07:00
readline_buffer: fix start/stop threads being starved by process process could run for quite some time re-acquiring the process lock, leaving start/stop starving. Yielding after unlock in process is much better but doesn't seem to be enough to reliably yield, so we sleep for a millisecond, which should be transparent for user input anyway. Signed-off-by: Jethro Grassie <jtg@xtrabass.com>
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.