spf4j icon indicating copy to clipboard operation
spf4j copied to clipboard

Zel support for conditional async calls.

Open zolyfarkas opened this issue 9 years ago • 0 comments

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)

zolyfarkas avatar Sep 13 '15 15:09 zolyfarkas