Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 237 Bytes

File metadata and controls

1 lines (1 loc) · 237 Bytes

Adds synchronous (non-async) encoding and decoding methods to CPU-bound codecs. This is necessary for performance optimizations based on avoiding asyncio overhead. These new methods are described by a new protocol: SupportsSyncCodec.