vuency
vuency copied to clipboard
make task into function rather than object
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