Adding a List of strings to a Queue then Dequeue

  • Thread starter Thread starter CMCTS
  • Start date Start date
C

CMCTS

Guest
I am working on a project where i have a user for the system check in and i store all his data to a list.

This list i want to be the queued user pending access.


I want to later dequeue this user and add his info to the current user list.

If the current user list has data and a new user wants access he is then added to the List queue and then when the first user leaves i can grant him access and replace the current user with the new user.


I have tried multiple ways but cannot quite get it to work.

Continue reading...
 
Back
Top