Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Async Lister is designed to list entries at a specified path in an asynchronous manner. More...
#include <opendal_async.hpp>
Public Types | |
using | NextFuture = opendal::ffi::async::RustFutureEntryOption |
Public Member Functions | |
Lister (const Lister &)=delete | |
Lister & | operator= (const Lister &)=delete |
Lister (Lister &&other) noexcept | |
Lister & | operator= (Lister &&other) noexcept |
~Lister () noexcept | |
Lister (size_t lister_id) noexcept | |
NextFuture | next () |
Get the next entry in the listing. | |
Friends | |
class | Operator |
Async Lister is designed to list entries at a specified path in an asynchronous manner.
It provides streaming iteration over directory entries.
using opendal::async::Lister::NextFuture = opendal::ffi::async::RustFutureEntryOption |
|
delete |
|
noexcept |
|
noexcept |
|
explicitnoexcept |
NextFuture opendal::async::Lister::next | ( | ) |
Get the next entry in the listing.
|
friend |