From 6ccbd105ef3157a15db1a3a84400a79f99f599c0 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sun, 13 Jul 2014 05:27:52 -0700 Subject: [PATCH] Updated API Process (markdown) --- API-Process.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API-Process.md b/API-Process.md index dfaf9d8..29228ae 100644 --- a/API-Process.md +++ b/API-Process.md @@ -1,3 +1,10 @@ +[![](http://i.imgur.com/GKcszRV.png)](http://ocdoc.cil.li/) + +For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/. +*This wiki will no longer be updated.* + +**** + This API provides rudimentary process management. It is used mainly by the `io` module to provide individual standard input and output to individual programs. - `process.load(path:string[, env:table[, init:function[, name:string]]]):coroutine`