aiocoap.util.asyncio module

Extensions to asyncio and workarounds around its shortcomings

aiocoap.util.asyncio.py38args(**kwargs)

Wrapper around kwargs that replaces them with an empty list for Python versions earlier than 3.8.

This is used to assign a name in asyncio.create_task to pass in a name.