fix(buffer_worker): type spec

This commit is contained in:
Zaiming (Stone) Shi 2023-02-02 13:59:28 +01:00
parent 5b1e976412
commit c0d478bd41
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
pick_key => term(), pick_key => term(),
timeout => timeout(), timeout => timeout(),
expire_at => infinity | integer(), expire_at => infinity | integer(),
async_reply_fun => reply_fun() async_reply_fun => reply_fun(),
simple_query => boolean(),
is_buffer_supported => boolean()
}. }.
-type resource_data() :: #{ -type resource_data() :: #{
id := resource_id(), id := resource_id(),