Skip to content

macros: Avoid generating async methods when there are no ones in service impl #63

Open
@DennisInSky

Description

@DennisInSky

Problem to Solve

The gservice macro always generates an async method for processing requests

Possible Solution

The gservice macro should determine if there are no async calls in service impl and generate sync method for processing requests

Notes

No response

Metadata

Metadata

Assignees

Labels

rustPull requests that update Rust code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions