AlphaWallet / AlphaWallet/alpha-wallet-ios
Modify queue usage to be more self-contained
Aperta
- Lingua principale
- Swift
- Stelle
- 631
- Fork
- 384
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Similar to #5525, or figure out if that doesn't work: where and why.
Basically:
* Keep queues private to a class or at most shared among a few related files (let's try not to). Don't pass them around to other types
* Default to main
* Always operate on main across boundaries
So might be useful to search for ", queue: ", "(queue: " and ", queue: \w*)"
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.