Skip to content

Commit

Permalink
resolve race in gproc:await/2
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Dec 30, 2011
1 parent c755a65 commit b5c9cd2
Show file tree
Hide file tree
Showing 12 changed files with 331 additions and 500 deletions.
26 changes: 8 additions & 18 deletions README.md
@@ -1,19 +1,15 @@


<h1>The gproc application</h1>
#The gproc application#

The gproc application
=====================
Extended process dictionary.

__Authors:__ Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erlang-solutions.com)), Joseph Wayne Norton ([`norton@geminimobile.com`](mailto:norton@geminimobile.com)).

Extended process dictionary



<h2>Introduction</h2>

##Introduction##



Expand Down Expand Up @@ -43,8 +39,7 @@ Gproc is a process dictionary for Erlang, which provides a number of useful feat



<h3>Use case: System inspection</h3>

###Use case: System inspection##



Expand All @@ -57,8 +52,7 @@ browse key data in a running system.



<h3>Use case: Pub/Sub patterns</h3>

###Use case: Pub/Sub patterns##



Expand All @@ -78,8 +72,7 @@ notify(EventType, Msg) ->



<h3>Use case: Environment handling</h3>

###Use case: Environment handling##



Expand All @@ -96,8 +89,7 @@ See [`gproc:get_env/4`](http://github.com/esl/gproc/blob/master/doc/gproc.md#get



<h2>Testing</h2>

##Testing##



Expand All @@ -114,8 +106,7 @@ global gproc.



<h2>Building Edoc</h2>

##Building Edoc##



Expand All @@ -125,8 +116,7 @@ Gproc was first introduced at the ACM SIGPLAN Erlang Workshop in
Freiburg 2007 ([Paper available here](http://github.com/esl/gproc/blob/master/doc/erlang07-wiger.pdf)).


<h2 class="indextitle">Modules</h2>

##Modules##


<table width="100%" border="0" summary="list of modules">
Expand Down
26 changes: 8 additions & 18 deletions doc/README.md
@@ -1,19 +1,15 @@


<h1>The gproc application</h1>
#The gproc application#

The gproc application
=====================
Extended process dictionary.

__Authors:__ Ulf Wiger ([`ulf.wiger@erlang-solutions.com`](mailto:ulf.wiger@erlang-solutions.com)), Joseph Wayne Norton ([`norton@geminimobile.com`](mailto:norton@geminimobile.com)).

Extended process dictionary



<h2>Introduction</h2>

##Introduction##



Expand Down Expand Up @@ -43,8 +39,7 @@ Gproc is a process dictionary for Erlang, which provides a number of useful feat



<h3>Use case: System inspection</h3>

###Use case: System inspection##



Expand All @@ -57,8 +52,7 @@ browse key data in a running system.



<h3>Use case: Pub/Sub patterns</h3>

###Use case: Pub/Sub patterns##



Expand All @@ -78,8 +72,7 @@ notify(EventType, Msg) ->



<h3>Use case: Environment handling</h3>

###Use case: Environment handling##



Expand All @@ -96,8 +89,7 @@ See [`gproc:get_env/4`](gproc.md#get_env-4), [`gproc:get_set_env/4`](gproc.md#ge



<h2>Testing</h2>

##Testing##



Expand All @@ -114,8 +106,7 @@ global gproc.



<h2>Building Edoc</h2>

##Building Edoc##



Expand All @@ -125,8 +116,7 @@ Gproc was first introduced at the ACM SIGPLAN Erlang Workshop in
Freiburg 2007 ([Paper available here](erlang07-wiger.pdf)).


<h2 class="indextitle">Modules</h2>

##Modules##


<table width="100%" border="0" summary="list of modules">
Expand Down

0 comments on commit b5c9cd2

Please sign in to comment.