Skip to content

Commit

Permalink
Merge pull request #3740 from ag91/series/3.x
Browse files Browse the repository at this point in the history
Update Deferred.complete type
  • Loading branch information
durban authored Jul 11, 2023
2 parents e20dac8 + c2e6a49 commit 0b3bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/thread-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ purely functional promise that can only be completed once.
trait Deferred[F[_], A] {
def get: F[A]

def complete(a: A): F[Unit]
def complete(a: A): F[Boolean]
}
```

Expand Down

0 comments on commit 0b3bbe9

Please sign in to comment.