mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix region example by moving our test code to a separate one
This commit is contained in:
committed by
Dennis Klein
parent
3bf5f3bf45
commit
f191c5099c
5
examples/readout/README.md
Normal file
5
examples/readout/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Region example
|
||||
==============
|
||||
|
||||
This example demonstrates the use of a more advanced feature - UnmanagedRegion, that can be used to create a buffer through one of FairMQ transports. The contents of this buffer are managed by the user, who can also create messages out of sub-buffers of the created buffer. Such feature can be interesting in environments that have special requirements by the hardware that writes the data, to keep the transfer efficient (e.g. shared memory).
|
||||
|
Reference in New Issue
Block a user