Module steamroller_worker

Behaviours: gen_server.

Function Index

format_file/4
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/1

Function Details

format_file/4

format_file(Id, File, Opts, ReplyPid) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(X1, Id) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(Id) -> any()

start_link/1

start_link(Id) -> any()


Generated by EDoc