Verb
enqueue (third-person singular simple present enqueues, present participle enqueuing or enqueueing, simple past and past participle enqueued)
(transitive, computing) To add an item to a queue. [from 20th c.]
For example, Perl and Ruby allow pushing and popping an array from both ends, so one can use push and shift functions to enqueue and dequeue a list (or, in reverse, one can use unshift and pop), although in some cases these operations are not efficient. Source: Internet
Enqueue scripts and stylesheets only on the pages that require them. Source: Internet
Enqueue font from different sources dependant upon user IP. Source: Internet
Operations The basic operations on a deque are enqueue and dequeue on either end. Source: Internet