1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 03:32:01 +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;
}
- (void)dealloc {
_updater.flush();
}
//- (void)dealloc {
// _updater.flush();
//}
- (void)update {
_updater.update();