commit | 79bbe8f4b09876cbb23f11cc4ef1f8fd4c69e4ca | [log] [tgz] |
---|---|---|
author | Ben Marsh <ben.marsh@helvar.com> | Wed Jan 31 11:35:09 2024 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Feb 02 13:20:00 2024 +0100 |
tree | 19b2afc9145fd1a31f1478271cb1f7aae0b87588 | |
parent | 10fece0c1e420efa85e6d4443b5be3502616caa1 [diff] |
doc: kernel: Add message queue & pipe to poll docs The polling API can be used to wait on data in a FIFO, message queue, or pipe, but the docs were not clear that message queues and pipes are supported. Add to the docs to make it clear message queues and pipes can be used with the polling API. Signed-off-by: Ben Marsh <ben.marsh@helvar.com>