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
Confirm this is required first but would be cool to do something like:
SomeStatestate=newSomeState();RemoteConsumerconsumer=newRemoteConsumer();consumer.JobFinished+=(c,j)=>{Console.WriteLine("Job executed remotely returned {0}",state.ReturnVal);}
consumer.Consume(()=>{Console.WriteLine("This is a serialised closure");state.ReturnVal=123;});
That's just an example, might need better code ;)
The text was updated successfully, but these errors were encountered:
Confirm this is required first but would be cool to do something like:
That's just an example, might need better code ;)
The text was updated successfully, but these errors were encountered: