Changes between Version 19 and Version 20 of Libraries
- Timestamp:
- 05/25/23 21:52:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Libraries
v19 v20 96 96 * Enqueues a message in a FIFO channel in the gcomm. The message should have its source be the place of `comm`. The message will enqueued on channel ''(i,j)'' in the gcomm, where ''i'' is the place of the source, and ''j'' is the place of the destination of the message. 97 97 * `$system $state_f _Bool $comm_probe($comm comm, int source, int tag)` 98 * Determines whether there exists a message with the given source and tag, and with destination the place of `comm`, in the gcomm associated to `comm`. `source` may be $COMM_ANY_SOURCE` and `tag` may be `$COMM_ANY_TAG`.98 * Determines whether there exists a message with the given source and tag, and with destination the place of `comm`, in the gcomm associated to `comm`. `source` may be `$COMM_ANY_SOURCE` and `tag` may be `$COMM_ANY_TAG`. 99 99 * `$system $message $comm_seek($comm comm, int source, int tag)` 100 100 * `$system $message $comm_dequeue($comm comm, int source, int tag)`
