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