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
Calls to channel.Sender.Send are often made repeatedly to model a stream of data. The Sender type should export a NewStream() method that leverages CASM's pkg/util/stream package. Note that this SHOULD provide simple, obvious support for flow-control.
The text was updated successfully, but these errors were encountered:
Calls to
channel.Sender.Send
are often made repeatedly to model a stream of data. TheSender
type should export aNewStream()
method that leverages CASM'spkg/util/stream
package. Note that this SHOULD provide simple, obvious support for flow-control.The text was updated successfully, but these errors were encountered: