Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill simix::onDeadlock that was somewhat dupplicating s4u::on_deadlock
[simgrid.git] / doc / doxygen / uhood_switch.doc
index 684eacbb2080aad82acd6f3cfbd7152d7f923f25..ac1b6faa0c4a7861f8caa55375e82981da3f6320 100644 (file)
@@ -200,7 +200,7 @@ The crux of `future.then()` is:
 @code{cpp}
 template<class T>
 template<class F>
-auto simgrid::kernel::Future<T>::thenNoUnwrap(F continuation)
+auto simgrid::kernel::Future<T>::then_no_unwrap(F continuation)
 -> Future<decltype(continuation(std::move(*this)))>
 {
   typedef decltype(continuation(std::move(*this))) R;