Crate mbfs

Source

Structsยง

FileHandle
Record for a file somewhere on the file system, along with channels for reading file data and sending read requests to the MBFS kernel.
MessageBasedFileSystem
This is the primary struct for running a message based file system. Upon construction, this struct will create a set of workers, each listening for new read requests.
ReadRequest
Read request for file data, along with the desintation to send the data to.