| 
    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_op::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_op::RustFutureEntryOption | 
      
  | 
  delete | 
      
  | 
  noexcept | 
      
  | 
  noexcept | 
      
  | 
  explicitnoexcept | 
| NextFuture opendal::async::Lister::Next | ( | ) | 
Get the next entry in the listing.
      
  | 
  friend |