Skip to content
Snippets Groups Projects
Commit e90d268c authored by Christopher Haine's avatar Christopher Haine
Browse files

index

parent 9ff4caef
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ Welcome to Maestro Core's documentation! ...@@ -7,8 +7,8 @@ Welcome to Maestro Core's documentation!
======================================== ========================================
Maestro Core is a C library that does multi-threaded cross-application data Maestro Core is a C library that does multi-threaded cross-application data
transfer over high-speed interconnect using lightweight data wrappers named transfer and inspection over high-speed interconnect, using lightweight data
CDOs that include user metadata. wrappers named CDOs that include user metadata.
A producer application using Maestro Core may offer data and metadata: A producer application using Maestro Core may offer data and metadata:
...@@ -38,7 +38,7 @@ Which a consumer application may demand: ...@@ -38,7 +38,7 @@ Which a consumer application may demand:
mstro_cdo_require(dst_handle); mstro_cdo_require(dst_handle);
mstro_cdo_demand(dst_handle); mstro_cdo_demand(dst_handle);
When :ref:`mstro_cdo_demand()<docs-demand>` returns, the data and metadata has When ``mstro_cdo_demand()`` returns, the data and metadata has
been transferred by Maestro Core from the producer and is locally available for been transferred by Maestro Core from the producer and is locally available for
the consumer. the consumer.
...@@ -52,8 +52,10 @@ That's it for the introduction. ...@@ -52,8 +52,10 @@ That's it for the introduction.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
showroom
started started
essentials essentials
tuning
stories stories
dev dev
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment