Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AngrySKL authored Jun 3, 2024
1 parent aaa0af8 commit c36abf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ A lightweight in-process messenger.
`messenger.GetSyncMessenger<FakeSyncMessage>(new()).Subscribe(payload => { //payload is FakeSyncMessage })`

# What's the difference between synchronous and asychronous messenger?
Synchronous messenger sends messages in sequence while asychronous messenger sends messages in parallel.
Synchronous messenger sends messages in sequence on the same thread the `SendSyncMessage` is called while asychronous messenger sends messages in sequence on a different thread than the one called `SendAsyncMessage`.

0 comments on commit c36abf6

Please sign in to comment.