mutiprocessing gui
Antoon Pardon
antoon.pardon at vub.be
Mon Sep 11 03:23:10 EDT 2017
More information about the Python-list mailing list
Mon Sep 11 03:23:10 EDT 2017
- Previous message (by thread): Torrench - Torrent search made simple
- Next message (by thread): mutiprocessing gui
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When one wants to combine multithreading and gui programming all sorts of issues arise. So I wonder how one might combine multiprocessing with gui programming. gui libraries typically have some registration mechanisme, where you can register a call back for when data is available on a network connection. Could one write a wrapper so that the multiprocessing.Queue or multiprocessing.Pipe could be usable like that? -- Antoon Pardon
- Previous message (by thread): Torrench - Torrent search made simple
- Next message (by thread): mutiprocessing gui
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list