05. Multi-threading | Houdini with Arduino sensors

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • Processes in Python run in what we call «threads». Houdini runs in the «main thread», and if we run our tool in that same thread, it will end up making Houdini not usable at all.
    The «threading» module allows us to use Houdini at the same time we read data from Arduino, because we'll run those two processes in different threads.

Комментарии •