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
When sqlite3_step returns SQLITE_LOCKED we should wait for a notification via sqlite3_unlock_notify. Need to await a custom Future that uses the waker type.
The text was updated successfully, but these errors were encountered:
https://www.sqlite.org/c3ref/unlock_notify.html
When
sqlite3_step
returnsSQLITE_LOCKED
we should wait for a notification viasqlite3_unlock_notify
. Need to await a custom Future that uses the waker type.The text was updated successfully, but these errors were encountered: