Function fuse::worker::internal::start_message_loop_mt
source · pub fn start_message_loop_mt<F: FileSystem + Sync + Send>(
dev_fuse: File,
input_buffer_size: u32,
output_buffer_size: u32,
thread_numbers: usize,
fs: F,
) -> Result<()>Expand description
Start the FUSE message handling loops in multiple threads. Returns when an error happens.
§Arguments
dev_fuse- AFileobject of /dev/fuseinput_buffer_size- Maximum bytes of the buffer when reads from /dev/fuse.output_buffer_size- Maximum bytes of the buffer when writes to /dev/fuse.
[deprecated(note=“Please migrate to the FuseConfig builder API”]