|
OXY API 1.0
OXY API Library Documentation
|
Function object to enumerate plugin folders. More...
#include <plugin.hpp>
Public Types | |
| using | coro_t = boost::coroutines2::coroutine<std::filesystem::path> |
Public Member Functions | |
| auto | operator() () const -> coro_t::pull_type |
Function object to enumerate plugin folders.
This functor provides a coroutine-based interface to enumerate plugin folders. It allows for lazy evaluation of folders in the specified plugin directory, yielding folder paths as they are discovered. The coroutine pull type enables efficient processing of folder paths without blocking the main execution flow.