Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix ActivityImpl::wait_for to not cancel the activity on timeout.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 27 Apr 2021 12:44:10 +0000 (14:44 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 3 May 2021 14:46:14 +0000 (16:46 +0200)
commitff3f57e561b45fec191d2f19d8904bde87a37855
treefe90e65613b089736f36473179a1c80457c57921
parenta42782f1808235ddc55c1d1de5fc8ad9dc39176b
Fix ActivityImpl::wait_for to not cancel the activity on timeout.

This should improve issue simgrid/simgrid#47.

Some tests are broken by this commit, and should be fixed soon.
ChangeLog
src/kernel/activity/ActivityImpl.cpp