alidcast / vuency

Concurrency management for Vuejs.

Home Page:https://ency.now.sh/vuency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make task into function rather than object

alidcast opened this issue · comments

Right now you have to do task.run() but since functions are objects anyway, it'd be nicer to just do task() to start task instance