Skip to main content

Crate sfifo

Crate sfifo 

Source

Structs§

HandshakeMessage
Sfifo

Enums§

AuthenticatedFifo
HandshakeType

Functions§

create_fifo
Creates a FIFO file at the specified path.
delete_fifo
Deletes a FIFO file at the specified path.
handle_file_with_notify
Deprecated, There’s a tread leak Handles a file operation with notification on file deletion.
handle_file_with_notify_sender
There’s no thread leak Handles a file operation with notification on file deletion.
handle_file_with_timeout
Deprecated, There’s a tread leak Handles a file operation with a timeout.