celarye opened issue #11762:
Feature
Expand
Instance::run_concurrentsupport tobindgen!generated bindings.Benefit
Currently you need to create an extra
Instancealongside yourbindgen!generated instance to be able to use therun_concurrentmethod. Instead this method could just be made available to thebindgen!generated instance as well.
dicej commented on issue #11762:
Thanks for opening this, @celarye. It just occurred to me that this will no longer be relevant once #11226 has been addressed, since we'll have moved
run_concurrentfromInstancetoStore[ContextMut].
celarye closed issue #11762:
Feature
Expand
Instance::run_concurrentsupport tobindgen!generated bindings.Benefit
Currently you need to create an extra
Instancealongside yourbindgen!generated instance to be able to use therun_concurrentmethod. Instead this method could just be made available to thebindgen!generated instance as well.
celarye commented on issue #11762:
Alright, I'll look forward to that implementation then!
Last updated: Dec 06 2025 at 07:03 UTC