What is the intended way to "enqueue" operations from IDynamicPeripheral#callMethod #728
-
The javadocs for Either way from an API standpoint what may make the most sense would be to add a helper method in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yep, copying the |
Beta Was this translation helpful? Give feedback.
Yep, copying the
TaskContext
class is probably the easiest solution for now. Yep, I guess it might be sensible to make it a method onILuaContext
- I think my assumption was that if people were usingIDynamicPeripheral
, people were probably rolling their own everything else anyway...