Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ReceiveStart,
Central node of match loop of a receive structure.
Must be the only op in its basic block.
Jumps to edge 0 when a message has been received.
Jumps to edge 1 when a timeout has occured.
Jumps to edge 1 when a timeout has occurred.
ReceiveWait,
This must be the first instruction on edge 0 from ReceiveWait.
Peeks at the message in the mailbox, not removed unless ReceiveFinish
Expand Down