mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Add writer functions to want_release_gil()
This commit is contained in:
parent
991a3c1596
commit
e563e4a19e
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ fn want_release_gil(method: u32) -> bool {
|
|||
| BackendMethod::LatestProgress
|
||||
| BackendMethod::SetWantsAbort
|
||||
| BackendMethod::I18nResources
|
||||
| BackendMethod::NormalizeSearch
|
||||
| BackendMethod::NegateSearch
|
||||
| BackendMethod::ConcatenateSearches
|
||||
| BackendMethod::ReplaceSearchTerm
|
||||
)
|
||||
} else {
|
||||
false
|
||||
|
|
|
|||
Loading…
Reference in a new issue