First page Back Continue Last page Graphics
Pointer Passing
Another common pitfall is created when passing pointers between tasks.
- One method for avoiding the problem is to treat pointers as object that can exist in one task at a time.
- writing the pointer to a queue essentially gives up the object and the writing task should not use the object anymore.