Versions in this module Expand all Collapse all v0 v0.0.0 Apr 4, 2019 Changes in this version + func AddAndDoubleWithMiddlewareRequest(client yarf.Client, i, j int) (*yarf.Msg, error) + func AddFloat32Request(client yarf.Client, i, j float32) (*yarf.Msg, error) + func AddFloatRequest(client yarf.Client, i, j float64) (*yarf.Msg, error) + func AddObserversRequest(client yarf.Client, i, j, observers int) int + func AddRequest(client yarf.Client, i, j int) (*yarf.Msg, error) + func CatCallbackRequest(client yarf.Client, arr ...string) (*yarf.Msg, error) + func CatChannelRequest(client yarf.Client, arr ...string) (*yarf.Msg, error) + func CatLateCallbackRequest(client yarf.Client, arr ...string) (*yarf.Msg, error) + func CatLateChannelRequest(client yarf.Client, arr ...string) (*yarf.Msg, error) + func CatRequest(client yarf.Client, arr ...string) (*yarf.Msg, error) + func ConcRequest(client yarf.Client, sleep int) error + func CopyRequest(client yarf.Client, len int) (*yarf.Msg, error) + func Error2CallbackRequest(client yarf.Client) (err error) + func Error2ChannelRequest(client yarf.Client) (err error) + func ErrorRequest(client yarf.Client) (err error) + func ErrorRequest2(client yarf.Client) (err error) + func GenRequest(client yarf.Client, len int) (*yarf.Msg, error) + func LenRequest(client yarf.Client, len int) (*yarf.Msg, error) + func PanicRequest(client yarf.Client) (err error) + func RunClient(clientTransport yarf.Transporter) + func SHA256Request(client yarf.Client, data []byte) (string, error) + func StartServer(serverTransport yarf.Transporter, verbose bool) + func StartServerWithSerializer(serverTransport yarf.Transporter, verbose bool, serializer yarf.Serializer, ...) + func SubRequest(client yarf.Client, i, j int) (*yarf.Msg, error) + func SumFloat32Request(client yarf.Client, arr []float32) (*yarf.Msg, error) + func SumFloatRequest(client yarf.Client, arr []float64) (*yarf.Msg, error) + func SumRequest(client yarf.Client, arr []int) (*yarf.Msg, error) + func TimeoutRequest(ctx context.Context, client yarf.Client, sleepMS int) (err error) + func XORRequest(client yarf.Client, arr0 []bool, arr1 []bool) (*yarf.Msg, error) + type Tuple struct + Val1 int + Val2 int + func SwapAndMultiplyRequest(client yarf.Client, tuple Tuple, multiplier int) (res Tuple, err error) + func SwapWithSerializer(client yarf.Client, tuple Tuple) (res Tuple, err error)