python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to properly make a queue? Why does sleep on consumer make the queue work?
I'm trying to implement a queue. This is old code which was either taken from some kind of tutorial that I did some time ago or from some kind of experimentation that I did reading the docs, or a mix ...
Basil
Votes: 0
Answers: 1
Is there a better way of doing multiprocessing than this? Preferably faster and not so hard on the memory
This is my code. I don't think this is the best way to do this task, Can you kindly help me? Thanks in advance. It responded once but when I ran it again it kept on running and didn't give out the des...
Sardar Arslan
Votes: 0
Answers: 1
Circular (priority) queue in C
I have found following code for a circular queue (probably). But I can't understand function circ_queue_getFirst. As I see the code initialises struct. Then we can append (not shown) up to 5 elements,...
cs_student
Votes: 0
Answers: 0
Can a Queue be rescheduled in OctoberCMS
Task:
I am creating a way that a frontend user can send a message and schedule a time for it to be delivered. To accomplish this, I am storing the message info in database tables and then Setting a q...

firemankurt
Votes: 0
Answers: 0