spf4j
spf4j copied to clipboard
Zel support for conditional async calls.
Currently a async method invocation can be done with:
function(...)&
sometimes we want to avoid the invocation overhead of a async call conditionally... something like this can be implemented:
function(....)&(some condition)