Skip to content

Conversation

@shurizzle
Copy link

Summary

This PR exports the AsyncCallFuture type from the async module.

Motivation

While working with mlua’s async APIs, I needed to reference AsyncCallFuture from downstream code, but the type was not publicly exported. Exposing it makes it possible to use it in type signatures and integrations without duplicating or relying on internal details.

Changes

  • Export AsyncCallFuture so it can be used by external crates.

Notes

This is a small, non-breaking change that does not alter existing behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant