hephex / asyncache

Helpers to use cachetools with async functions
MIT License
90 stars 12 forks source link

use iscoroutinefunction instead of old iscoroutinefunction #10

Closed hephex closed 1 year ago

hephex commented 1 year ago

Replace inspect.iscoroutinefunction with asyncio.iscoroutinefunction

hephex commented 1 year ago

Closes #1