Current section
Files
Jump to
Current section
Files
src/carpenter@config@write_concurrency.erl
-module(carpenter@config@write_concurrency).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([write_concurrency/0]).
-type write_concurrency() :: true | false | auto.