Skip to content

Commit

Permalink
Merge 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oehhar committed Oct 17, 2023
2 parents ab603d9 + 62cb952 commit d1ee8ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/thread.man
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,17 @@ This command passes a [arg script] to all threads created by the
package for execution. It does not wait for response from any of
the threads.

[para]

The sending thread (the one executing the thread::broadcast command) does
not send the script to itself.

[para]

Each receiving thread is directed to place evaluation of the send script
at the head of its event queue, stepping in front of any other events
awaiting processing.

[call [cmd thread::wait]]

This enters the event loop so a thread can receive messages from
Expand Down

0 comments on commit d1ee8ed

Please sign in to comment.