[#BloombergLP-bdlcc-TimeQueue-091-Handle] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-091.adoc[TimeQueue<function<void()>>]::Handle :relfileprefix: ../../../ :mrdocs: `Handle` defines an alias for uniquely identifying a valid node in the time queue. Handles are returned when nodes are added to the time queue, and must be supplied to the `update` and `remove` methods to identify existing nodes. When a node is removed, the handle value becomes invalid, though invalidated handle values are eventually reused. See the component‐level documentation for more details. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef int Handle; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#