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
Awesome useful library. Tiny detail that is definitely worth mentioning is that the async version of the API runs the syscall in a separate process context. This may or may not give the expected result. Especially when doing syscalls that are supposed to somehow modify the behavior or state of the calling process.
I spend the afternoon pulling my hair out, digging through kernel source and Linux util source completely not understanding how the syscalls I made did not alter my process the way they should until I finally started wondering if this might be the case.