Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove one layer of subsections in S4U doc
[simgrid.git] / doc / doxygen / module-s4u.doc
1 /**
2 @defgroup s4u_api  S4U: Next Generation SimGrid API
3 @brief Future core API, mixing the full power of SimGrid to the power of C++. 
4
5 The S4U API is currently under heavy work, but will eventually
6 deprecate the MSG and SimDag APIs. Everything that you can do in
7 SimGrid will be possible in S4U. 
8
9 @warning <b>S4U is not ready for public use yet</b>. You should not go
10          that path unless you know what you are doing.  If unsure,
11          proceed to @ref MSG_API instead.
12
13
14 Unsurprisingly, the S4U interface matches the concepts presented in 
15 @ref starting_components "the introduction". You should read this page
16 first, to not get lost in the amount of classes provided here.
17
18 */