Beispiel #1
0
 def launch_request():
     # Need shallow copy here
     t = ThreadedRequestSync( RequestSync.create_with_api_client(
         watcher=self, requests=requests) )
     self.__current_thread = t