flamenco/pkg/last_in_one_out_queue
Sybren A. Stüvel 3d20a89bf5 Add last-in-one-out queue
Add an abstract queue that outputs only the last-queued item.
Items that were queued before the last one will be dropped.

This will be used for handling the last-rendered images. Any images
that are rendered while an image is already uploading should be ignored,
except the last one.
2022-06-27 11:30:37 +02:00
..
last_in_one_out_queue_test.go Add last-in-one-out queue 2022-06-27 11:30:37 +02:00
last_in_one_out_queue.go Add last-in-one-out queue 2022-06-27 11:30:37 +02:00