mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
-update api [skip ci]
This commit is contained in:
@@ -12,7 +12,7 @@ public final class ThreadPoolTask {
|
||||
self.action = action
|
||||
}
|
||||
|
||||
func execute() {
|
||||
public func execute() {
|
||||
if !state.cancelled.with({ $0 }) {
|
||||
self.action(self.state)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user