@ -14,7 +14,7 @@ func (c Cursor[T]) First() *T {
}
func (c Cursor[T]) Close() {
defer c.cancelFunc()
c.cancelFunc()
func (c Cursor[T]) Next() (*T, bool) {
The note is not visible to the blocked user.