From 9facb650c295d80f11508863697708402b2e4d7c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 9 Dec 2017 21:14:41 +0100 Subject: [PATCH] document asynchronous executions (fix #234) --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08363a5cd1..0df14dad50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017) S4U New features - s4u::onDeadlock() signal, run before stopping the simulation. + - s4u::Exec: asynchronous executions (abstraction of background + threads) S4U API changes - Link::name() is deprecated and will be removed in v3.21, use @@ -10,9 +12,8 @@ SimGrid (3.18) NOT RELEASED YET (target: December 24 2017) Mailbox::getCname() instead to get a char*. - Storage::getName() changed to return a std::string, use Storage::getCname() instead to get a char*. - - simgrid::s4u::allStorages() becomes - simgrid::s4u::getStorageList(whereTo) to have both allocation - and deallocation of the map in user space. + - s4u::allStorages() becomes s4u::getStorageList(whereTo) + to have both allocation and deallocation of the map in user space. MSG - Forbid the use of MSG_task_get_flops_amount() on parallel tasks: -- 2.20.1