Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added Python bindings: Comm.wait_for() and Comm.wait_any_for()
authorJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Sun, 6 Mar 2022 09:19:23 +0000 (10:19 +0100)
committerJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Sun, 6 Mar 2022 09:19:23 +0000 (10:19 +0100)
commit04e0b504663b64f6aab0a018caf9c7175d2a778d
treed5bb1685744d781104cb93ad0175fc8823cbbf71
parentf186fd6470cd6853b97c53782c710745c628e810
Added Python bindings: Comm.wait_for() and Comm.wait_any_for()
ChangeLog
docs/source/app_s4u.rst
examples/README.rst
examples/python/CMakeLists.txt
examples/python/comm-waitfor/comm-waitfor.py [new file with mode: 0644]
examples/python/comm-waitfor/comm-waitfor.tesh [new file with mode: 0644]
src/bindings/python/simgrid_python.cpp