ReactKit / SwiftTask

Promise + progress + pause + cancel + retry for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Asynchronization ?

ahmadabudawod opened this issue · comments

Is this task support Asynchronization operation

Unfortunately, no.
This library is aimed to do a pipelining of multiple tasks, but not asynchrony.
You can use GCD or some helper async functions inside task initialization to achieve it.
Please see test case for more information.