Ticket #57 (closed enhancement: fixed)

Opened 9 months ago

Last modified 7 months ago

os.Process

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: major Milestone: MiniD 2
Component: Stdlib Keywords:
Cc:

Description

Something in the oslib for spawning processes and being able to access their stdin, stdout, and stderr streams, like tango.sys.Process. This would depend on the iolib.

Change History

04/30/08 12:37:56 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

(In [297]) Closes #57. Processes are fun.