You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is intended to be used to transfer data between applications, often in different devices.
So storing a pointer to a function would not work.
But you can store Javascript, Python or Lua functions as strings and then parse and execute them on the receiver app.
I don't know if this is a good practice. Generally we send just data to the receiver application that can process it in a function and then send back the result, like a webservice or RPC.
Is there an opportunity to store and then call a function from binn structures?
The text was updated successfully, but these errors were encountered: