What does timeout mean?
A limit on how long to wait for something before giving up and doing something else, so a program is never stuck forever waiting for a reply that does not come.
In a lesson
A question is a message you send and then wait for the answer to.
askdoes both: it sends, then polls for up to a second, and returns the first reply, orNoneif nothing came. Radios miss things; a program that waits forever for a reply that never comes is stuck, so the timeout is part of the protocol too.
Learn it
- Taught in 9.3 Protocols Talking to each other, Robot club