mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Add writer functions to want_release_gil()
This commit is contained in:
parent
76c16180ae
commit
c2e2a86ec9
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