isend (task, s_exp)
This function sends a message via synchronous interprocess communication, but does not wait for the result. The receiving task must respond immediately, prior to actually evaluating the message that was sent. The result code can only show whether the message was sent successfully. This is a compromise between synchronous and asynchronous messaging techniques.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.