Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@Jawnnypoo Jawnnypoo released this 01 Sep 16:49
· 7 commits to main since this release

This release adds the executor() method so that you can specify what executor you want the callback to call back on. This also removes the callbackOnMainThread() method from EasyOkHttpCallback since we should be more specific and explicit about allowing access to modifying the callback thread.

This would potentially allow you to do something like have a call execute asynchronously, then make additional calls in the callback synchronously, then finally passing the result to the main thread