You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,7 @@ Experiment to reproduce Erlang style processes in browser. The api follows the o
70
70
* `is_alive(pid)` - Returns if the given pid is alive
71
71
* `make_ref()` - Returns a unique reference
72
72
* `list()` - Returns a list of all the pids
73
+
* `monitor(pid)` - Monitors the given process
74
+
* `demonitor(ref)` - Removes the monitor
73
75
74
76
* `ProcessSystem.run(fun, args, context = null)` - A static generator function used to wrap a normal function or generator. If fun is a function, it returns the value, if it's a generator, then it delegates yielding to the generator.
0 commit comments