This website requires JavaScript.
Explore
Help
Sign In
goodboy
/
tractor
Watch
1
Star
0
Fork
You've already forked tractor
2
Code
Issues
5
Pull Requests
6
Packages
Projects
Releases
Wiki
Activity
253e7cbd1c
tractor
/
examples
/
integration
/
mpi4py
/
_child.py
6 lines
83 B
Python
Raw
Blame
History
import
os
async
def
child_fn
(
)
-
>
str
:
return
f
"
child OK pid=
{
os
.
getpid
(
)
}
"
Reference in New Issue
View Git Blame
Copy Permalink