Contents

send(_:)

Allows the handler to send a message to a remote object.

Declaration

func send(_ message: PlaygroundValue)

Parameters

  • message:

    A message to send to a remote object.

Discussion

Calling this method requires an open connection to a remote object.