Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update queue description to new format #606

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 25, 2024

  1. Update queue description to new format

    Update the section describing the `queue` class to the new format.
    gmlueck committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    fe88109 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    46907d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Improve wording about returned event

    Improve the wording of the event that is returned by `queue::submit` and
    friends.
    
    Since the new wording says that the event represents the *command* that
    is submitted to the queue, it seemed awkward for the _Effects_ paragraph
    to say that a *command group function* is submitted to the queue.  I
    replaced this with wording saying that the command group function is
    immediately called, which is consistent with what we say in the
    introductory paragraphs of section 4.6.5 "Queue class".  The new wording
    also notes that the command group function may submit no more than one
    command to the queue, which is consistent with the existing wording in
    section 4.9.3 "Command group scope".
    gmlueck committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3cc8750 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Reword to passive voice

    These sentences had two clauses, but one was passive voice while the
    other was active voice.  Change them so both clauses are passive voice.
    gmlueck committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dd5ee47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe00ade View commit details
    Browse the repository at this point in the history