JagCesar / Tesla-API

A iOS, macOS, watchOS and tvOS framework written in Swift to communicate with Teslas vehicle API
MIT License
34 stars 6 forks source link

Fix main thread in completion blocks #6

Closed JagCesar closed 7 years ago

JagCesar commented 7 years ago

Completion blocks are now always calledo on main thread. This solution has too much boilerplate code, will try to come up with something better in the future.