Shop OBEX P1 Docs P2 Docs Learn Events
Scribbler 2 Multithreading — Parallax Forums

Scribbler 2 Multithreading

BigSpender69BigSpender69 Posts: 1
edited 2011-06-17 14:22 in Robotics
I am trying to implement multithreading in my Scribbler 2, but I have been able to find ZERO documentation on how to do so. Does anyone know how to do it? Preferably in C++, but Python would also be helpful.

Comments

  • Bill HenningBill Henning Posts: 6,445
    edited 2011-06-17 14:22
    Look up 'cognew' in the Propeller manual; it lets you launch Spin methods in another cog.
    I am trying to implement multithreading in my Scribbler 2, but I have been able to find ZERO documentation on how to do so. Does anyone know how to do it? Preferably in C++, but Python would also be helpful.
Sign In or Register to comment.