Skip to content

Commit

Permalink
[PH2][Documentation][Promise]
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Jan 29, 2025
1 parent 951759b commit b1d393a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/lib/promise/seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ namespace grpc_core {
// Input :
// 1. The seq combinator needs minimum one promise as input.
// 2. The first input to seq combinator is a promise.
// 3. The remainng inputs to seq combinator are functors which return promises.
// The input type of the Nth functor should be the return value of the (N-1)th
// promise.
// 3. The remaining inputs to seq combinator are promise factories. The input
// type of the Nth functor should be the return value of the (N-1)th promise.
//
// Return :
// Polling the Seq Promise combinator returns Poll<T> where T is the type
Expand Down

0 comments on commit b1d393a

Please sign in to comment.