This update adds a breaking change, by adding context to Do function of the Task interface.
It does not cover all possible usages and improvements, which can be achieved with context, but it's the start
UPD: build is failing on examples, which do not have context. I'd prefer to update them in different PR, if you don't mind.
Closes #6
This update adds a breaking change, by adding context to
Do
function of theTask
interface. It does not cover all possible usages and improvements, which can be achieved with context, but it's the startUPD: build is failing on examples, which do not have context. I'd prefer to update them in different PR, if you don't mind.