Home Forums Software Development StreamEvent Thread

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2482
    Albin Stenström
    Participant

    Hello!

    Are the stream events from the gaze, fixation, and eye position streams run from different threads, or all from the same thread?
    I am doing some things in the events that are fragile if it is run from different threads, but would work well if they are run on the same.

    Thank You!

    #2492
    Anders
    Participant

    Hi Albin,
    events from the EyeX client library are sent on more or less arbitrary worker threads. Not even events from the same stream can be assumed to be run on the same thread.

    I hope you’ll be able to find some way of marshalling the events to one thread of your choice.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.