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
The only thing we need to send to other tasks is the Round (not even the whole of it, just the part that has the info necessary to make or verify messages). It would be nice to allow Session to be mutable, so that we don't have to replace it every round, and somehow generate "message factories" and "message receivers" to send to other threads (see also #4).
The text was updated successfully, but these errors were encountered:
The only thing we need to send to other tasks is the
Round
(not even the whole of it, just the part that has the info necessary to make or verify messages). It would be nice to allowSession
to be mutable, so that we don't have to replace it every round, and somehow generate "message factories" and "message receivers" to send to other threads (see also #4).The text was updated successfully, but these errors were encountered: