1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00

Eliminates implicit update queue flush, as unnecessary.

This commit is contained in:
Thomas Harte 2018-02-19 19:54:18 -05:00
parent f237dcf904
commit b215cf83d5

View File

@ -39,9 +39,9 @@ struct UpdaterDelegate: public Concurrency::BestEffortUpdater::Delegate {
return self; return self;
} }
- (void)dealloc { //- (void)dealloc {
_updater.flush(); // _updater.flush();
} //}
- (void)update { - (void)update {
_updater.update(); _updater.update();