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)
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)