mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
ea5ecccf02
Push arguments in `Thread::into_async()` to the thread during the call instead of first poll. The pushed arguments will be automatically used on resume. Fixes #508 and relates to #500.