You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
error[E0599]: no function or associated item named `from_pid` found for struct `Process` in the current scope
--> src/reactor/kqueue.rs:66:35
|
66 | unsafe { Process::from_pid(*pid, ProcessOps::Exit) },
| ^^^^^^^^ function or associated item not found in `Process<'_>`
|
```
0 commit comments