jojo.lichtenberger
private suspend fun foo(ctx: Context) { ctx.executeBlockingAwait { fut: Future<String> -> fut.complete("") } }