Skip to content

Commit

Permalink
Added gen_server_async_reply()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Jan 23, 2011
1 parent f1de074 commit 432ae53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/typespecs.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
{reply, Reply, gen_server_state()} |
{reply, Reply, gen_server_state(), timeout()}.

-type gen_server_async_reply(_Reply) ::
gen_server_noreply().

-type gen_server_handle_call_result(Reply, Reason) ::
gen_server_reply(Reply) |
gen_server_noreply() |
Expand Down

0 comments on commit 432ae53

Please sign in to comment.