mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
Introduce coroutine support (util/coro.hpp)
Implement coroutine types `lazy` and `generator` in stx namespace. Implement fs::list_dir_recursively.
This commit is contained in:
parent
d6420b8803
commit
6b40d69a8f
4 changed files with 409 additions and 1 deletions
|
@ -804,4 +804,6 @@ namespace fs
|
|||
}
|
||||
|
||||
file make_gather(std::vector<file>);
|
||||
|
||||
stx::generator<dir_entry&> list_dir_recursively(std::string path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue