fn get(self: *Self) ?*Node

Gets a previously inserted node or returns null if there is none. It is safe to get() a node from the queue while another thread tries to remove() the same node at the same time.

Parameters

self: *Self,