Computation function
Future<R> pdfCompute<R>(Future<R> Function() computation) async { await null; return computation(); }