Shop OBEX P1 Docs P2 Docs Learn Events
Which cog does it run in ? — Parallax Forums

Which cog does it run in ?

Don PomplunDon Pomplun Posts: 116
edited 2007-02-26 05:36 in Propeller 1
Given this pseudocode:

pub A
cognew (B, ...

pub B
do_something
C

pub C


B is running in cog #1. When it calls C, does C run in cog #0 or #1 ?

TIA

-- Don

Comments

Sign In or Register to comment.