ipfs-api-kotlin icon indicating copy to clipboard operation
ipfs-api-kotlin copied to clipboard

Async Support

Open ido-ran opened this issue 7 years ago • 1 comments

Add commands are currently executing synchronously which means it is not possible to call them from the UI thread. Do you think it makes sense to add async support or since any operation will take over 100ms there is no point in initiating them on the UI thread?

ido-ran avatar Jan 06 '18 20:01 ido-ran

Yes - but I would not bake it into the core api - but offer it as modules to not become too opinionated and bloated. Modules could be called coroutines or rx

ligi avatar Jul 26 '18 19:07 ligi