Besides read and write which are sync methods, there are async methods truncate, getSize, flush and close, returning promises.
read
write
truncate
getSize
flush
close
Does it make sense for the dedicated interface available only in dedicated workers to have async methods ?
Besides
readandwritewhich are sync methods, there are async methodstruncate,getSize,flushandclose, returning promises.Does it make sense for the dedicated interface available only in dedicated workers to have async methods ?