Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load files asynchronously. #224

Open
github-actions bot opened this issue Oct 11, 2023 · 0 comments
Open

Load files asynchronously. #224

github-actions bot opened this issue Oct 11, 2023 · 0 comments
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

let loc = loc.to_owned();
// TODO: Load files asynchronously.
Box::pin(async move {
let base_dir = match loc.pack {
Some(folder) => packs_dir.join(folder),
None => core_dir.clone(),
};


This issue was generated by todo-issue based on a TODO comment in b91e278.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
Projects
None yet
Development

No branches or pull requests

0 participants