Files
tokio/tokio-util/src
Vincent Palancher c9e75785c8 sync: remove 'static bound on impl Sink for PollSender (#6397)
In PR #5665, the `'static` bound has been removed on values sent into
`PollSender`. One of this bound was remaining on the `PollSender`
implementation of `Sink`. This patch removes it and adds some tests on
the `Sink` interface for `PollSender`.
2024-03-14 10:23:59 +01:00
..
2024-01-29 10:53:43 +01:00
2024-01-29 10:53:43 +01:00
2024-01-16 09:51:38 +01:00
2021-10-22 18:46:29 +02:00
2023-07-28 12:05:32 +02:00