Skip to content

Commit

Permalink
Merge pull request devinus#69 from bullno1/patch-1
Browse files Browse the repository at this point in the history
Export pool/0 type
  • Loading branch information
Devin Torres committed Mar 26, 2015
2 parents b724a71 + 3170cea commit 42c6317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poolboy.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
start_link/1, start_link/2, stop/1, status/1]).
-export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2,
code_change/3]).
-export_type([pool/0]).

-define(TIMEOUT, 5000).

Expand Down

0 comments on commit 42c6317

Please sign in to comment.