Message Passing Tutorial: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Line 79:
return (tmp);
}
Note that we count on recv being blocking to implement synchronous transfer. If you use the non-blocking code above, you'll have to take care of that of your own.
</source>
Note that we count on recv being blocking to implement synchronous transfer. If you use the non-blocking code above, you'll have to take care of that of your own.
 
== Synchronous ==
=== Sending ===
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu