I think Fuel-Android is Sync by default
# kotlin-fuel
i
I think Fuel-Android is Sync by default
d
No, it does execute the callback on the main thread
i
Android Handler has Async Methods, but it is API Level 28 and higher
d
Can you make an issue?
i
sure
❤️ 1
k
@Derk-Jan Karrenbeld is right. It executes the callback on the main thread but the execution itself is not. What was the problem that you see?
i
I am saying Android Handler is capable to call the Main Thread on Async too.
CreateAsync is "Create a new Handler whose posted messages and runnables are not subject to synchronization barriers such as display vsync. "