Bläddra i källkod

auto commit

master
jfinn 9 månader sedan
förälder
incheckning
05cd322635
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      edan_v1/hrld/tasks_loop.py

+ 2
- 1
edan_v1/hrld/tasks_loop.py Visa fil

169
 		pass
169
 		pass
170
 	async def persistent_fast_cb_loop_min_timeout(self,*a,**kw):
170
 	async def persistent_fast_cb_loop_min_timeout(self,*a,**kw):
171
 		print("persistent_fast_cb_loop_min_timeout")
171
 		print("persistent_fast_cb_loop_min_timeout")
172
-
172
+		c=0
173
 		while 1:
173
 		while 1:
174
+			p("",c++)
174
 
175
 
175
 			if len(self.cbs_asap2):
176
 			if len(self.cbs_asap2):
176
 				cbs_once = [*self.cbs_asap2]
177
 				cbs_once = [*self.cbs_asap2]

Laddar…
Avbryt
Spara