Little question:
Is there a way to fetch a value from another buffer? I’ve been looking around, but can’t seem to figure it out.
Thanks!
Little question:
Is there a way to fetch a value from another buffer? I’ve been looking around, but can’t seem to figure it out.
Thanks!
Hi @jimbob,
currently, state is available across threads - so anything you set
can be retrieved via get
regardless of buffer location. Does this help?
Yes!
That did it.
Golden!
Thank you