Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

asyncgui/asynckivy-ext-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This repository no longer provides source code and has been replaced by asyncgui_ext.queue. However, that library has a quirk due to a limitation. If you are using Kivy, you can avoid it as follows:

from asyncqui_ext.queue import Queue
from kivy.clock import Clock

q = Queue(...)
q.transfer_items = Clock.create_trigger(q.transfer_items)

About

An asyncio.Queue equivalent

Topics

Resources

License

Stars

Watchers

Forks