All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:26, 7 August 2022 Will talk contribs created page Programming: Queues (Created page with "= Blocking Queue = <blockquote> Interface between producers, and consumers of data. A Generic FIFO Array/List in shared memory,<br> with put/take methods protected by a lock.<br> Empowers the Producer/Consumer pattern. * If the queue has a fixed-size, <code>put</code> blocks until the queue has room for another item. * Setting max queue size may keep you from running out of memory in high volume producers </blockquote><!-- Blocking Queue --> = Deque = <blockquote> A d...")