Adds occupancy check in ProcessManager::spawn before spawning, returning an error if the process ID is already actively running.
Adds test module to src-tauri/src/process_manager.rs.
Resolves #116
- Adds occupancy check in `ProcessManager::spawn` before spawning, returning an error if the process ID is already actively running.
- Adds test module to `src-tauri/src/process_manager.rs`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Resolves #116
ProcessManager::spawnbefore spawning, returning an error if the process ID is already actively running.src-tauri/src/process_manager.rs.