Expose msg stream types at top level
							parent
							
								
									6f2fb9e47c
								
							
						
					
					
						commit
						bfa4410133
					
				| 
						 | 
				
			
			@ -5,7 +5,13 @@ tractor: An actor model micro-framework built on
 | 
			
		|||
from trio import MultiError
 | 
			
		||||
 | 
			
		||||
from ._ipc import Channel
 | 
			
		||||
from ._streaming import Context, stream, context
 | 
			
		||||
from ._streaming import (
 | 
			
		||||
    Context,
 | 
			
		||||
    ReceiveMsgStream,
 | 
			
		||||
    MsgStream,
 | 
			
		||||
    stream,
 | 
			
		||||
    context,
 | 
			
		||||
)
 | 
			
		||||
from ._discovery import get_arbiter, find_actor, wait_for_actor
 | 
			
		||||
from ._trionics import open_nursery
 | 
			
		||||
from ._state import current_actor, is_root_process
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue