Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a smart pointer for RAII.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 9 Mar 2020 11:00:33 +0000 (12:00 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 9 Mar 2020 11:00:33 +0000 (12:00 +0100)
commite6c7c7f70ce19960b65ab45a14fb65f0fd17c181
tree1a8ce4bce42ef55fb283324a51d4ce7db3c7b839
parentdc6235bc433d5eb2c6076025d1d132eed25fb213
Use a smart pointer for RAII.

wait_for() may be interrupted (in case of platform failure) and unref() never called.
src/s4u/s4u_Comm.cpp