Skip to content

Commit

Permalink
Add documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Nov 12, 2021
1 parent 4124595 commit bf75666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/concepts/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ In order for agents to run concurrently, Yew uses [web-workers](https://develope

A bridge allows bi-directional communication between an agent and a component. Bridges also allow agents to communicate with one another.

A `use_bridge` hook is also provided to create bridges in a function component.

### Dispatchers

A dispatcher allows uni-directional communication between a component and an agent. A dispatcher allows a component to send messages to an agent.
Expand Down

0 comments on commit bf75666

Please sign in to comment.