1

I was searching and even looking at the core documentation and I didn't see something like the process module or similar, is there a way to achieve this? or it is impossible without the standard library?

FRostri
  • 357
  • 1
  • 5
  • 11

1 Answers1

3

Command is for starting operating system processes, everything that requires OS support is in std so no, Command makes only sense in std and thus is unavailable in core.

cafce25
  • 15,907
  • 4
  • 25
  • 31