event_loop#

Provides a module for the event loop.

Functions:

execute_in_event_loop(f)

Decorates function to be executed in an event loop.

execute_in_event_loop_threadsafe(f)

Decorates function to be executed in an event loop from another thread.

ansys.fluent.core.utils.event_loop.execute_in_event_loop(f)#

Decorates function to be executed in an event loop.

ansys.fluent.core.utils.event_loop.execute_in_event_loop_threadsafe(f)#

Decorates function to be executed in an event loop from another thread.