Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
appveyor: try to get pybind11
[simgrid.git] / include / simgrid / s4u / Exec.hpp
index 904540457fcde7ebd9ba4b3fdd508aa8d970cbac..6848e7838d1edb5b64dde45731d1b41b921b3c72 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2017-2019. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 namespace simgrid {
 namespace s4u {
 
-/** Computation #Activity, representing the asynchronous disk access.
+/** Computation Activity, representing the asynchronous executions.
  *
- * They are generated from simgrid::s4u::this_actor::exec_init() or simgrid::s4u::Host::execute().
+ * They are generated from simgrid::s4u::this_actor::exec_init() or simgrid::s4u::Host::execute(),
+ * and can be used to model pools of threads or similar mechanisms.
  */
 
 class XBT_PUBLIC Exec : public Activity {