Make `Symbol` derive from internal `.types.Struct`
							parent
							
								
									bb6452b969
								
							
						
					
					
						commit
						7daab6329d
					
				| 
						 | 
					@ -331,7 +331,6 @@ async def sample_and_broadcast(
 | 
				
			||||||
            lags: int = 0
 | 
					            lags: int = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (stream, ctx, tick_throttle) in subs:
 | 
					            for (stream, ctx, tick_throttle) in subs:
 | 
				
			||||||
 | 
					 | 
				
			||||||
                try:
 | 
					                try:
 | 
				
			||||||
                    with trio.move_on_after(0.2) as cs:
 | 
					                    with trio.move_on_after(0.2) as cs:
 | 
				
			||||||
                        if tick_throttle:
 | 
					                        if tick_throttle:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,8 @@ import decimal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from bidict import bidict
 | 
					from bidict import bidict
 | 
				
			||||||
import numpy as np
 | 
					import numpy as np
 | 
				
			||||||
from msgspec import Struct
 | 
					
 | 
				
			||||||
 | 
					from .types import Struct
 | 
				
			||||||
# from numba import from_dtype
 | 
					# from numba import from_dtype
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue