summaryrefslogtreecommitdiff
path: root/FIFO.mdwn
blob: 979a8956e5ca93d0756ecc6fd7c0fbeab23a7e1e (plain)
1
2
3
4
5
6
7
8
9
10
11


## First-In, First-Out (FIFO)

Is an approach to handling program work requests from queues so that the oldest request is handled next. 



---

 [[CategoryGlossary|CategoryGlossary]]