|
@@ -22,6 +22,13 @@ actively use either, they are no longer fetched by default.
|
|
|
|
|
|
|
|
|
|
|
|
+## Installation ##
|
|
|
+
|
|
|
+You can get `gproc` from the [Hex package manager](https://hex.pm/packages/gproc)
|
|
|
+
|
|
|
+That means declaring dependency on `{gproc, "0.5.0"}` in your `rebar3`-based applications or `{:gproc, "~> 0.5.0"}` in your `mix` based applications.
|
|
|
+
|
|
|
+
|
|
|
## Introduction ##
|
|
|
|
|
|
Gproc is a process dictionary for Erlang, which provides a number of useful features beyond what the built-in dictionary has:
|
|
@@ -102,3 +109,22 @@ If you want to change this, remove the `edoc_opts` line from `rebar.config`.
|
|
|
|
|
|
Gproc was first introduced at the ACM SIGPLAN Erlang Workshop in
|
|
|
Freiburg 2007 ([Paper available here](http://github.com/uwiger/gproc/blob/master/doc/erlang07-wiger.pdf)).
|
|
|
+
|
|
|
+
|
|
|
+## Modules ##
|
|
|
+
|
|
|
+
|
|
|
+<table width="100%" border="0" summary="list of modules">
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc.md" class="module">gproc</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_app.md" class="module">gproc_app</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_bcast.md" class="module">gproc_bcast</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_dist.md" class="module">gproc_dist</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_info.md" class="module">gproc_info</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_init.md" class="module">gproc_init</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_lib.md" class="module">gproc_lib</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_monitor.md" class="module">gproc_monitor</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_pool.md" class="module">gproc_pool</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_ps.md" class="module">gproc_ps</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_pt.md" class="module">gproc_pt</a></td></tr>
|
|
|
+<tr><td><a href="http://github.com/uwiger/gproc/blob/master/doc/gproc_sup.md" class="module">gproc_sup</a></td></tr></table>
|
|
|
+
|