File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/main/clojure/clojure/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The set of contexts may grow in the future so the function should
4343return nil for unexpected contexts. In the case where system 
4444properties are set to enable the use of virtual threads (see below) 
4545core.async will ignore the cutom executor for :io workloads and 
46-    instead use its default Executor to construct virtual threads for
46+ instead use its default Executor to construct virtual threads for 
4747:io. When this circumstance occurs a warning will be printed. 
4848
4949Use the Java system property `clojure.core.async.vthreads` to control 
@@ -71,7 +71,7 @@ There are caveats in setting the jdk.trackAllThreads property to false and it's
7171advised to understand the implications of doing so and the tradeoffs involved 
7272compared to using virtual threads. 
7373
74- Note: Even when targetting  virtual threads, existing IOC compiled go blocks 
74+ Note: Even when targeting  virtual threads, existing IOC compiled go blocks 
7575from older core.async versions continue to work (we retain and load the IOC state 
7676machine runtime - this does not require the analyzer), and you can interact with 
7777the same channels from both IOC and vthread code. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments