IsolateComputer<I, O> typedef

IsolateComputer<I, O> = Future<O> Function(I i)

Implementation

typedef Future<O> IsolateComputer<I, O>(I i);