This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Better implementation of WSGI String
This is a minor release which affects only synchronous usage of the Asynchronous WSGI String.
- Better support of
get_version
for third party packages. - Added optional timeout
HttpClient
requests. - Refactored
String
and renamed fromAsyncString
.AsyncString
still available for backward compatibility. - Added the new
GreenLock
class. A locking primitive for greenlets in a greenlet pool. - Added new example to snippets directory. A simple Actor application.