Skip to content

migrate to async closures where possible #429

@GlenDC

Description

@GlenDC

Most of the code, mostly examples and tests I imagine, in rama codebase which now uses the construct:

|...| async move {

can probably move to the async closures we now have access to since edition 2024 (MSRV 1.85)

async |...| {

and if move required:

async move |...| {

Metadata

Metadata

Assignees

Labels

easyAn easy issue to pick up for anyone.enhancementNew feature or requestgood first issueGood for newcomersmentor availableA mentor is available to help you through the issue.

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions