Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comm::waitallfor() is gone too
[simgrid.git] / ChangeLog
index 2074ed7..1093891 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ Python:
  - Make the host_load plugin available from Python. See examples/python/plugin-host-load
  - Mailbox::get_async() does not return a pair anymore. Use comm.get_payload() instead.
  - Comm::waitall() is gone. Please use ActivitySet() instead.
+ - Comm::waitallfor() is gone too. Its semantic was unclear on timeout anyway.
 
 ----------------------------------------------------------------------------