X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a1ea70a418f393ca1677074e928c664022295bd..e080adacaf1ba847ad467f5b8d21da385636ed3c:/include/simgrid/simix/blocking_simcall.hpp diff --git a/include/simgrid/simix/blocking_simcall.hpp b/include/simgrid/simix/blocking_simcall.hpp index 2bccf68dfb..28f33ef954 100644 --- a/include/simgrid/simix/blocking_simcall.hpp +++ b/include/simgrid/simix/blocking_simcall.hpp @@ -155,7 +155,7 @@ template auto kernel_async(F code) -> Future // Execute the code in the kernel and get the kernel future: simgrid::kernel::Future future = simgrid::kernel::actor::simcall(std::move(code)); - // Wrap the kernel future in a actor future: + // Wrap the kernel future in an actor future: return simgrid::simix::Future(std::move(future)); } }