Skip to content

Commit

Permalink
Remove run now from plugin code
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Mar 14, 2018
1 parent e5b5035 commit f2f09b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/plugins/parcel/message_buffer.hpp
Expand Up @@ -77,7 +77,7 @@ namespace hpx { namespace plugins { namespace parcel { namespace detail
threads::register_thread_nullary(
util::deferred_call(put_parcel_ptr, pp,
dest_, std::move(messages_), std::move(handlers_)),
"parcelhandler::put_parcel", threads::pending, true,
"parcelhandler::put_parcel", threads::pending,
threads::thread_priority_boost);
return;
}
Expand Down

0 comments on commit f2f09b1

Please sign in to comment.