Uses of Class
edu.rit.mp.IORequest
Packages that use IORequest
-
Uses of IORequest in edu.rit.mp
Methods in edu.rit.mp with parameters of type IORequestModifier and TypeMethodDescriptionvoid
ChannelGroup.receiveNoWait
(Channel theChannel, int theTag, Buf theDst, IORequest theIORequest) Receive (non-blocking) a message from the given channel with the given tag.void
ChannelGroup.receiveNoWait
(Channel theChannel, Buf theDst, IORequest theIORequest) Receive (non-blocking) a message from the given channel.void
ChannelGroup.receiveNoWait
(Channel theChannel, Range theTagRange, Buf theDst, IORequest theIORequest) Receive (non-blocking) a message from the given channel with the given range of tags.void
ChannelGroup.sendNoWait
(Channel theChannel, int theTag, Buf theSrc, IORequest theIORequest) Send (non-blocking) a message to the given channel with the given tag.void
ChannelGroup.sendNoWait
(Channel theChannel, Buf theSrc, IORequest theIORequest) Send (non-blocking) a message to the given channel.