yuzu/src/common/logging
Morph 407dc917f1 bounded_threadsafe_queue: Deduplicate and add PushModes
Adds the PushModes Try and Wait to allow producers to specify how they want to push their data to the queue if the queue is full.
If the queue is full:
- Try will fail to push to the queue, returning false. Try only returns true if it successfully pushes to the queue. This may result in items not being pushed into the queue.
- Wait will wait until a slot is available to push to the queue, resulting in potential for deadlock if a consumer is not running.
2023-03-21 19:20:21 -04:00
..
backend.cpp bounded_threadsafe_queue: Deduplicate and add PushModes 2023-03-21 19:20:21 -04:00
backend.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
filter.cpp nvnflinger: fix name 2023-03-01 10:39:49 -05:00
filter.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
formatter.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
log_entry.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
log.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
text_formatter.cpp chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
text_formatter.h chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
types.h nvnflinger: fix name 2023-03-01 10:39:49 -05:00