enqueue
Executes the call asynchronously, on a background thread. Safe to call from the main thread.
The callback will only be invoked in case the Call is not canceled, and always on the main thread.
Executes the call asynchronously, on a background thread. Safe to call from the main thread.
To get notified of the result and handle errors, use enqueue(callback) instead.