Add file tree walking order disclaimer in coral::file_walker

This commit is contained in:
kayomn 2023-03-02 20:14:46 +00:00
parent dee82f6437
commit 36ca698e22

View File

@ -22,6 +22,8 @@ export namespace coral {
/**
* Enumerates a file tree recursively, returning the absolute path of each file within.
*
* *Note*: file tree walking order is considered implementation-specific.
*/
struct file_walker : public enumerator<expected<slice<char const>, io_error>> {
virtual ~file_walker() {}