send abstract method

Future<A> send(
  1. M message
)

Send a message and get a Future to receive the answer at some later point in time, asynchronously.

Implementation

Future<A> send(M message);