08-12-2024 06:33 AM
Im learning AF right now. Are there best practices regarding when to prefer custom user events, registered to actor core's helper event loop over methods? Also, is it preferable to wire only the self enqueuer into the actor core's event loop? Edit: Instead of also wire the caller's enqueuer into the actor core's event helper loop. I often see onely the self enqueuer wired into event loop.
08-12-2024 06:59 AM
Hi urend, and welcome to the forums!
You might get a more informed response by asking your question on the Actor Framework Discussions board (https://forums.ni.com/t5/Actor-Framework-Discussions/bd-p/7101).
I suggest maybe adding information about *what* you are trying to achieve rather than *how* you are trying to achieve it.as this helps people to understand the context of your question and provide a more specific answer.
PsyenceFact
08-12-2024 11:00 AM
Identical post from https://www.reddit.com/r/LabVIEW/comments/1cswmf9/when_to_prefer_userevent_over_method/
Probably Bot