Copyright © (C) 2017-2019 Evgeny Khramtsov
Behaviours: p1_server.
Authors: Evgeny Khramtsov (ekhramtsov@process-one.net).
error_reason() = {corrupted | not_owner | file:posix(), binary()}
queue() = #file_q{}
clear(File_q) -> any()
close(File_q) -> any()
code_change(OldVsn, State, Extra) -> any()
drop(File_q) -> any()
dropwhile(F, Q) -> any()
foldl(F, Acc, Q) -> any()
foreach(F, Q) -> any()
format_error(X1::error_reason()) -> string()
from_list(Items, Limit) -> any()
get_limit(File_q) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
in(Item, File_q) -> any()
init(X1) -> any()
is_empty(File_q) -> any()
is_queue(File_q) -> any()
len(File_q) -> any()
new(Limit) -> any()
out(File_q) -> any()
path(File_q) -> any()
peek(File_q) -> any()
set_limit(Q, Limit) -> any()
start(Dir) -> any()
start_link(Dir) -> any()
stop() -> any()
terminate(Reason, State) -> any()
to_list(File_q) -> any()
Generated by EDoc, Aug 1 2020, 01:20:30.