# Signals Signals are the return channel from a thread backend to the frontend (main thread). The base class is {cpp:class}`Limef::signal::Signal`. ```{eval-rst} .. doxygennamespace:: Limef::signal :members: ```