In reply to dave_59:
Hi Dave,
what does this line mean - The problem is when you pass variable by reference, you have no information about what kind of storage class the variable belongs to in order to be able to extend it’s lifetime.
i have a task which has ref type argument of type int. i want to call this task inside fork join. i know the type of the argument is int.
Could you please explain it in a simpler way. Is there a work around for this?