mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-06 15:33:06 +00:00
* fix(slotqueue): simplify slot queue workers - worker is now just an async running loop - instead of passing a "done" Future, use an AsyncEvent to signal completion * chore(slotqueue): address review comments Co-Authored-By: Eric <5089238+emizzle@users.noreply.github.com> Co-Authored-By: Dmitriy Ryajov <dryajov@gmail.com> --------- Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com> Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>