Skip to content

Commit

Permalink
sources are rolled to a newer tasker library (with extended exception…
Browse files Browse the repository at this point in the history
… passing)
  • Loading branch information
tyoma committed Nov 30, 2024
1 parent 92d633b commit 83174b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/frontend_metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace micro_profiler
const auto req = make_shared< shared_ptr<void> >();
const weak_ptr< shared_ptr<void> > wreq = req;
const auto cache = _cache;
auto request_with_caching = task<module_ptr>::run([cache, hash] {
auto request_with_caching = schedule_task([cache, hash] {
return cache->load_metadata(hash);
}, _worker_queue)
.then([this, module_id, wreq] (const async_result<module_ptr> &m) -> task< pair<module_ptr, bool> > {
Expand Down

0 comments on commit 83174b9

Please sign in to comment.