Process
Process.abort
Type Definition
let abort: unit;
Usage
*Process.abort needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.arch
Type Definition
let arch: unit;
Usage
*Process.arch needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.argv
Type Definition
let argv: array(string);
Usage
Process.argv0
Type Definition
let argv0: string;
Usage
Process.channel
Type Definition
let channel: unit;
Usage
*Process.channel needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.chdir(directory)
Type Definition
let chdir: string => unit;
Usage
Process.config
Type Definition
let config: unit;
Usage
*Process.config needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.connected
Type Definition
let connected: unit;
Usage
*Process.connected needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.cpuUsage(previousValue)
Type Definition
let cpuUsage: (~previousValue: 'a) => unit;
Usage
*Process.cpuUsage needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.cwd
Type Definition
let cwd: string;
Usage
Process.disconnect
Type Definition
let disconnect: unit;
Usage
*Process.disconnect needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.emitWarning (warning, name, ctor)
Type Definition
let emitWarning: unit;
Usage
*Process.emitWarning needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.env
Type Definition
let env: unit;
Usage
*Process.env needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.execArgv
Type Definition
let execArgv: unit;
Usage
*Process.execArgv needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.execPath
Type Definition
let execPath: unit;
Usage
*Process.execPath needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.exit(code)
Type Definition
let exit: (~code: int=?) => 'a;
Usage
Process.exitCode
Type Definition
let exitCode: ref(int);
Usage
Process.getegid
Type Definition
let getegid: unit => int;
Usage
Process.geteuid
Type Definition
let geteuid: unit => int;
Usage
Process.getgid
Type Definition
let getgid: int;
Usage
Process.getgroups
Type Definition
let getgroups: array(int);
Usage
Process.getuid
Type Definition
let getuid: int;
Usage
Process.hrtime(time)
Type Definition
let hrtime: 'a => unit;
Usage
*Process.hrtime needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.initgroups(user, extra_group)
Type Definition
let initgroups: (~user: string, ~extraGroup: int) => unit;
Usage
Process.kill(pid, signal)
Type Definition
let kill: (~pid: int, ~signal: int) => unit;
Usage
Process.mainModule
Type Definition
let mainModule: unit;
Usage
*Process.mainModule needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.memoryUsage
Type Definition
let memoryUsage: unit;
Usage
*Process.memoryUsage needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.nextTick(,args)
Type Definition
let nextTick: 'a => unit;
Usage
*Process.nextTick needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.pid
Type Definition
let pid: int;
Usage
Process.platform
Type Definition
let platform: unit;
Usage
*Process.platform needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.release
Type Definition
let release: unit;
Usage
*Process.release needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.send(message, sendHandle, options)
Type Definition
let send: (~message: 'a, ~sendHandle: 'b, ~options: 'c) => unit;
Usage
*Process.send needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.setegid(id)
Type Definition
let setegid: int => unit;
Usage
*Process.setegid needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.seteuid(id)
Type Definition
let seteuid: int => unit;
Usage
*Process.seteuid needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.setgid(id)
Type Definition
let setgid: int => unit;
Usage
Process.setgroups(groups, groups)
Type Definition
let setgroups: array(int) => unit;
Usage
Process.uid(id)
Type Definition
let setuid: int => unit;
Usage
Process.stderr
Type Definition
let stderr: unit;
Usage
*Process.stderr needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.stdin
Type Definition
let stdin: unit;
Usage
*Process.stdin needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.stdout
Type Definition
let stdout: unit;
Usage
*Process.stdout needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.title
Type Definition
let title: unit;
Usage
*Process.title needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.unmask(mask)
Type Definition
let unmask: 'a => unit;
Usage
*Process.unmask needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.uptime
Type Definition
let uptime: unit => unit;
Usage
*Process.uptime needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.version
Type Definition
let version: unit;
Usage
*Process.version needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node
Process.versions
Type Definition
let versions: unit;
Usage
*Process.versions needs to be implemented*
Please open a pull request if you are interested in contributing, no code is needed, we will help answer questions and push you in the right direction.
Repo URL: https://github.com/kennetpostigo/lwt-node