You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
Recently I found your library and it's really helping me with the communication between sub thread coroutines and main thread functions.
One of my use cases needs the ability to clear all the already exiting messages in a queue,
or to insert the new message to the end of the queue.
That ability is not possible when using a normal queue,
so I wanted to know if there is any planning for a double-ended queue support any time soon.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey!
Recently I found your library and it's really helping me with the communication between sub thread coroutines and main thread functions.
One of my use cases needs the ability to clear all the already exiting messages in a queue,
or to insert the new message to the end of the queue.
That ability is not possible when using a normal queue,
so I wanted to know if there is any planning for a double-ended queue support any time soon.
Thanks!
The text was updated successfully, but these errors were encountered: