Module operator_functions

Source
Expand description

Functions provides the functions generated by BlockingOperator

By using functions, users can add more options for operation.

Structsยง

FunctionDelete
Function that generated by BlockingOperator::delete_with.
FunctionList
Function that generated by BlockingOperator::list_with.
FunctionLister
Function that generated by BlockingOperator::lister_with.
FunctionRead
Function that generated by BlockingOperator::read_with.
FunctionReader
Function that generated by BlockingOperator::reader_with.
FunctionStat
Function that generated by BlockingOperator::stat_with.
FunctionWrite
Function that generated by BlockingOperator::write_with.
FunctionWriter
Function that generated by BlockingOperator::writer_with.