Provide a way to pass in lambda functions to Ref to be evaluated in a background thread? Would be the only way user code escapes the current thread sandbox (unless they're naughty and create their own threads of course! 😄 ) Might be the safest way to allow / encourage this? Should allow for user components to handle own data loading, etc.
Provide a way to pass in lambda functions to
Ref
to be evaluated in a background thread? Would be the only way user code escapes the current thread sandbox (unless they're naughty and create their own threads of course! 😄 ) Might be the safest way to allow / encourage this? Should allow for user components to handle own data loading, etc.