Skip to content

Commit

Permalink
ci skip: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jul 17, 2024
1 parent 471ef05 commit 7dfcc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ go op.Run(ctx, done)
// }
//
// To send a message to the current leader, any pod can call op.Send(...) and
// the leader will handle it through the WithLeaderHandler callback.
// the leader will handle it through the WithLeaderHandler callback. A wrapper
// SendToLeader() helper function is also avaible for calling op.Send() with
// retries+backoff.
//
// For broadcast, any pod can call op.Broadcast(...) here which will be handled
// by each pod's WithBroadcastHandler callback, including the caller.
Expand Down

0 comments on commit 7dfcc10

Please sign in to comment.