async with mk_nursery() as nursery: with os.fopen(...) as file: nursery.start_soon(lambda: file.read())