User | Kudos |
---|---|
13 | |
11 | |
3 | |
3 | |
3 |
Hello,
the current functionality doesnt allow to asynchronously call a method that has any dynamically dispatched inputs. This causes a need to create a statically dispatched wrapper around the dynamic method which then can be called.
This is a source of frustration for me because it forces you to have code that is less readable, and this doesn't seem to be any reason for having functionality like that. Since you allready need to have a class loaded in the memory to provide it as an input for the asynchronously called VI why not just allow to use dynamic dispatch there (the dynamic method is allready in the memory).
How it is right now:
Solution: Allow to make asynchronous calls on methods with dynamic dispatch inputs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.