Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the Storage::read_async and Storage::write_async methods
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 8 Aug 2018 07:17:37 +0000 (09:17 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 8 Aug 2018 08:31:59 +0000 (10:31 +0200)
commit9fd6cbc6c3b06f4b09e3c3339ffb3cc8a68f9bfa
treeed4815a338d7260e1b720b043397edca852c4075
parent0b12f8c2c1c67c98251c9e523725c74ac172c0f6
add the Storage::read_async and Storage::write_async methods
also add the corresponding io-async example
ChangeLog
examples/s4u/CMakeLists.txt
examples/s4u/io-async/s4u-io-async.cpp [new file with mode: 0644]
examples/s4u/io-async/s4u-io-async.tesh [new file with mode: 0644]
include/simgrid/s4u/Storage.hpp
src/s4u/s4u_Storage.cpp