tractor/examples/integration/mpi4py/_child.py

6 lines
83 B
Python

import os
async def child_fn() -> str:
return f"child OK pid={os.getpid()}"