Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix copy/paste error
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 7 Jan 2019 09:01:39 +0000 (10:01 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 7 Jan 2019 09:01:39 +0000 (10:01 +0100)
include/simgrid/s4u/Exec.hpp

index 9045404..07c2026 100644 (file)
 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 {