second commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .. import _subprocess
|
||||
from .._wait_for_object import WaitForSingleObject
|
||||
|
||||
|
||||
async def wait_child_exiting(process: "_subprocess.Process") -> None:
|
||||
await WaitForSingleObject(int(process._proc._handle))
|
||||
Reference in New Issue
Block a user