FINO


In computer science, FINO is a humorous scheduling algorithm. It is an acronym for first in, never out as opposed to traditional first in, first out and last in, first out algorithms. A similar one is "FISH", for first in, still here.
FINO works by withholding all scheduled tasks permanently. No matter how many tasks are scheduled at any time, no task ever actually takes place.
A stateful FINO queue can be used to implement a memory leak.
A mention of FINO appears in the Signetics 25120 write-only memory joke datasheet.