| 3966 | |
| 3967 | |
| 3968 | void UPID::resolve() |
| 3969 | { |
| 3970 | if (ProcessReference process = process_manager->use(*this)) { |
| 3971 | reference = process.reference; |
| 3972 | } |
| 3973 | // Otherwise keep it `None` to force look ups in the future! |
| 3974 | } |
| 3975 | |
| 3976 | |
| 3977 | UPID spawn(ProcessBase* process, bool manage) |