Skip to content

Commit

Permalink
Export pool/0 type
Browse files Browse the repository at this point in the history
This is to allow libraries that calls poolboy to specify their function typespecs.
  • Loading branch information
bullno1 committed Mar 12, 2015
1 parent b724a71 commit 3170cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poolboy.erl
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 3170cea

Please sign in to comment.