Skip to content

Commit

Permalink
feat(docs): update docs (#608)
Browse files Browse the repository at this point in the history
feat(docs): update docs

Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/6186580128

------

*Automatically created via the "update-docs" workflow*
  • Loading branch information
monadabot authored Sep 14, 2023
1 parent 53488d9 commit 4f7582d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sidebar_position: 1

The `cloud.Queue` resource represents a data structure for holding a list of messages.
Queues are typically used to decouple producers of data and the consumers of said data in distributed systems.
Queues by default are not FIFO (first in, first out) - so the order of messages is not guaranteed.

## Usage

Expand Down

1 comment on commit 4f7582d

@vercel
Copy link

@vercel vercel bot commented on 4f7582d Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.