Export type 'opts/0'
This commit is contained in:
parent
50f392b295
commit
c8acd55afa
|
@ -34,7 +34,7 @@
|
|||
, reset/1
|
||||
]).
|
||||
|
||||
-export_type([gc_state/0]).
|
||||
-export_type([opts/0, gc_state/0]).
|
||||
|
||||
-type(opts() :: #{count => integer(),
|
||||
bytes => integer()}).
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
, info/1
|
||||
]).
|
||||
|
||||
-export_type([oom_policy/0]).
|
||||
-export_type([opts/0, oom_policy/0]).
|
||||
|
||||
-type(opts() :: #{message_queue_len => non_neg_integer(),
|
||||
max_heap_size => non_neg_integer()
|
||||
|
|
Loading…
Reference in New Issue