The issues is that it has `HoldAll` attribute preventing it from matching the patterns ``` val = 3; TableAsync[i, {i, val}] ``` will return ``` TableAsync[i, {i, val}] ```
The issues is that it has
HoldAllattribute preventing it from matching the patternswill return