@@ -256,6 +256,10 @@ struct POS_List {
std::lock_guard g(mtx.mtx);
return count == 0;
}
std::uint64_t current_seq() {
return seq;
std::optional<Position_Info> last() {
if (count == 0) return std::nullopt;
The note is not visible to the blocked user.