generated from daniil-berg/boilerplate-py
	catching exceptions in _queue_consumer meta task
				
					
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
[metadata]
 | 
			
		||||
name = asyncio-taskpool
 | 
			
		||||
version = 0.7.0
 | 
			
		||||
version = 0.7.1
 | 
			
		||||
author = Daniil Fajnberg
 | 
			
		||||
author_email = mail@daniil.fajnberg.de
 | 
			
		||||
description = Dynamically manage pools of asyncio tasks
 | 
			
		||||
@@ -9,7 +9,7 @@ long_description_content_type = text/markdown
 | 
			
		||||
keywords = asyncio, concurrency, tasks, coroutines, asynchronous, server
 | 
			
		||||
url = https://git.fajnberg.de/daniil/asyncio-taskpool
 | 
			
		||||
project_urls =
 | 
			
		||||
    Bug Tracker = https://git.fajnberg.de/daniil/asyncio-taskpool/issues
 | 
			
		||||
    Bug Tracker = https://github.com/daniil-berg/asyncio-taskpool/issues
 | 
			
		||||
classifiers =
 | 
			
		||||
    Development Status :: 3 - Alpha
 | 
			
		||||
    Programming Language :: Python :: 3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user