You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it can be straightforwardly generalized to take a Closure (SerializableDict a) instead of a Static (SerializableDict a). This is strictly more general because a Static a can always be turned into a Closure a, but not vice-versa. The necessary code, along with a description of a use case for the more general call is here.
I suggest providing a more general callClosure that takes a Closure (SerializableDict a) and re-defining call in terms of it.
I volunteer to implement.
The text was updated successfully, but these errors were encountered:
Currently the type of
Control.Distributed.Process.call
isHowever, it can be straightforwardly generalized to take a
Closure (SerializableDict a)
instead of aStatic (SerializableDict a)
. This is strictly more general because aStatic a
can always be turned into aClosure a
, but not vice-versa. The necessary code, along with a description of a use case for the more generalcall
is here.I suggest providing a more general
callClosure
that takes aClosure (SerializableDict a)
and re-definingcall
in terms of it.I volunteer to implement.
The text was updated successfully, but these errors were encountered: