FM_extract() is a
"soft" upper bound. That means that FM_extract() may extract
slightly more data length bytes of data, up to an
implementation-specific constant.
FM_extract() executes in a thread-safe manner, i.e. no two
threads will extract the same message.
FM_extract() need be called only when a process needs data from
the network. Extracting infrequently will not necessarily block the
sender (although it will, eventually, when FM runs out of internal
buffer space).
Go to the first, previous, next, last section, table of contents.