Module cloudi_core_i_pool

Pool

Simple process pool with round-robin.

Copyright © 2011-2014 Michael Truog

Version: 1.3.3 Apr 12 2015 20:34:50 ------------------------------------------------------------------------

Behaviours: gen_server.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

Pool

Simple process pool with round-robin.

Function Index

code_change/3
get/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/4
terminate/2

Function Details

code_change/3

code_change(X1, State, X3) -> any()

get/1

get(Name) -> any()

handle_call/3

handle_call(Request, X2, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(X1) -> any()

start_link/4

start_link(Name, ChildSpecs, Supervisor, Parent) -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc, Apr 12 2015, 20:34:50.