await(future -> server.listen(8080, future));
# coroutines
j
await(future -> server.listen(8080, future));