Skip to content

Commit

Permalink
Merge pull request #168 from STEllAR-GROUP/hpx_warning
Browse files Browse the repository at this point in the history
Replacing hpx::apply with hpx::post to avoid deprecation warnings
  • Loading branch information
khuck authored Dec 27, 2022
2 parents d027165 + eec9293 commit 0bb1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apex/profiler_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ void apex_schedule_process_profiles() {
} else {
if(!consumer_task_running.test_and_set(memory_order_acq_rel)) {
try {
hpx::apply(
hpx::post(
hpx::annotated_function(
&profiler_listener::process_profiles_wrapper,
"apex::profiler_listener::process_profiles"));
Expand Down

0 comments on commit 0bb1891

Please sign in to comment.