You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | package hcs
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | import "C"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | // This import is needed to make the library compile as CGO because HCSSHIM
 | 
						
						
						
							|  | // only works with CGO due to callbacks from HCS comming back from a C thread
 | 
						
						
						
							|  | // which is not supported without CGO. See https://github.com/golang/go/issues/10973
 |