Current section

Files

Jump to
bravo src bravo@internal@new_option.erl
Raw

src/bravo@internal@new_option.erl

-module(bravo@internal@new_option).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([term_/0, new_option/0, pid_/0, auto/0, empty_result/1]).
-type term_() :: any().
-type new_option() :: set |
ordered_set |
bag |
duplicate_bag |
public |
protected |
private |
named_table |
{keypos, integer()} |
{heir, pid_(), term_()} |
{write_concurrency, auto()} |
{read_concurrency, boolean()} |
{decentralized_counters, boolean()} |
compressed.
-type pid_() :: any().
-type auto() :: auto.
-type empty_result(GSQ) :: ok | {error, GSQ}.