예제 #1
0
 def signal(self):
     '''Signal the mainloop thread to break from a wait.'''
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
예제 #2
0
파일: pulse.py 프로젝트: bitcraft/pyglet
 def signal(self):
     """Signal the mainloop thread to break from a wait."""
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
예제 #3
0
 def signal(self):
     '''Signal the mainloop thread to break from a wait.'''
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)
예제 #4
0
 def signal(self):
     """Signal the mainloop thread to break from a wait."""
     pa.pa_threaded_mainloop_signal(self.threaded_mainloop, 0)