mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	merge r68862 to py3k
This commit is contained in:
		
							parent
							
								
									60bbdd5c9f
								
							
						
					
					
						commit
						7b3c89d88c
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -1522,7 +1522,9 @@ with the :class:`Pool` class.
 | 
				
			||||||
   .. method:: apply(func[, args[, kwds]])
 | 
					   .. method:: apply(func[, args[, kwds]])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      Call *func* with arguments *args* and keyword arguments *kwds*.  It blocks
 | 
					      Call *func* with arguments *args* and keyword arguments *kwds*.  It blocks
 | 
				
			||||||
      till the result is ready.
 | 
					      till the result is ready. Given this blocks - :meth:`apply_async` is better suited
 | 
				
			||||||
 | 
					      for performing work in parallel. Additionally, the passed
 | 
				
			||||||
 | 
					      in function is only executed in one of the workers of the pool.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. method:: apply_async(func[, args[, kwds[, callback]]])
 | 
					   .. method:: apply_async(func[, args[, kwds[, callback]]])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue