Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Additional agent worker thread for CPU simulation

Hi,

The CPU simulator (that I would like to integrate with the agent) requires a separate thread to run the simulation. Is it save to send events from this thread? In particular, are send_context_started_event() and send_context_stopped events() thread save? If not, what would be the preferred way to run a simulation?

Cheers,
Conny



Back to the top