You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return value of `FetchPage` can potentially be `nullptr` (e.g.,
when the BP is busy): add necessary checks.
The reads and writes on individual pages happen concurrently: add
necessary synchronization.
Remove redundant `page_idx` addition (the addition result is not used).
Closes#518
0 commit comments