Expose msg stream types at top level
							parent
							
								
									8b13dc4967
								
							
						
					
					
						commit
						9d5f193dfd
					
				|  | @ -5,7 +5,13 @@ tractor: An actor model micro-framework built on | ||||||
| from trio import MultiError | from trio import MultiError | ||||||
| 
 | 
 | ||||||
| from ._ipc import Channel | 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 ._discovery import get_arbiter, find_actor, wait_for_actor | ||||||
| from ._trionics import open_nursery | from ._trionics import open_nursery | ||||||
| from ._state import current_actor, is_root_process | from ._state import current_actor, is_root_process | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue