This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3de85a86230dcdd9a271f63c3d719d03182c2cd8
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
ParallelExecutor
/
Private
History
Ben Marsh
df67d08eb7
Fix number of processes used by ParallelExecutor, and don't wait on the pipe output from child processes (it returns immediately, so just timeout on waiting for the process handle instead).
...
#codereview Paul.Fazio [CL 2545511 by Ben Marsh in Main branch]
2015-05-11 11:26:36 -04:00
..
BuildGraph.cpp
Fix number of processes used by ParallelExecutor, and don't wait on the pipe output from child processes (it returns immediately, so just timeout on waiting for the process handle instead).
2015-05-11 11:26:36 -04:00
BuildGraph.h
…
ParallelExecutor.cpp
Fix number of processes used by ParallelExecutor, and don't wait on the pipe output from child processes (it returns immediately, so just timeout on waiting for the process handle instead).
2015-05-11 11:26:36 -04:00
ParallelExecutor.h
…