Skip to content

Introduce template method for object closures

Compare
Choose a tag to compare
@aitrusgit aitrusgit released this 02 Oct 15:12
· 37 commits to master since this release

Now closures implemented thorugh a class must define a do method instead of a process method (although, overwriting process is still an option`.

do method accepts non promise return values.