Forum Discussion
EnTerr
9 years agoRoku Guru
"TheEndless" wrote:
It only applies to the current context. The same context in which observeField was called.
So all observers (functions and ports) established from the current context (interpreter) will be stripped for the field - but the ones from another (e.g. next-door thread) over the same field will survive?
PS. here is amusing thought... what happens if one calls observeField() multiple times in exactly the same context and params? I figure it will either (a) cause multiple consecutive firings of same event or (b) ... not.