process abstract method

Future<O> process(
  1. I input
)

Process the given input in a the spawned process.

Implementation

Future<O> process(I input);