Implement sys.get_pid function #240
Labels
eldritch
Related to the Eldritch language
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
The current workflow for getting the PID of our current process is to list all process and search for our processes name (assuming we know that). To help streamline this workflow a function to retrive the current process ID should be implemented.
Describe the solution you'd like
std::Process
crate could be usefulDescribe alternatives you've considered
N/a
Additional context
N/a
The text was updated successfully, but these errors were encountered: