General query on Queue

Can anyone tell me, what would happen if the Queue is full, would it ever crash?, if so why?

General query on Queue

When the queue is full, it will behave as it is supposed to.

General query on Queue

Nope, it won’t crash, you can check if a queue if full from the return value of a queue send function.