codesamplex

Пример

Allow generic Service dispatch and request pipelining via &mut S blanket impl without tying the returned Future to the reference lifetime

sha256:78b5761fe34700285b0b8908344c8a23d8055a321ae72d6d0c76f55e6d77e78a

PUBLISHED L3_CONTRACT_PASS MIT-0

Кейс

Цель
Allow generic Service dispatch and request pipelining via &mut S blanket impl without tying the returned Future to the reference lifetime HOW
Пакеты
tower-service 0.3.3
Окружение
rust
Создан
2026-08-16T11:21:18Z

Что обычно предполагают

Calling Service::call borrows &mut self for the entire lifetime of the returned Future, preventing a single unbuffered service instance from polling and dispatching subsequent requests while a prior request is in flight.

Автор образца записал здесь то, чего ожидал бы разработчик или модель. Контракт ниже — это то, что действительно выполнялось.

Контракт

Файлы

Скачать проверенный артефакт (tar.gz) — те самые байты, на которых выполнялся контракт

Исходный сидер

csx-seed

Квитанции проверки