diff --git a/docs/index.rst b/docs/index.rst index a7bdbaa..540e807 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,8 +41,6 @@ Installation Tutorial -------- -### Examples - A :class:`FileLock ` is used to indicate another process of your application that a resource or working directory is currently used. To do so, create a :class:`FileLock ` first: @@ -123,6 +121,12 @@ The :class:`SoftFileLock ` only watches the existence of portable, but also more prone to dead locks if the application crashes. You can simply delete the lock file in such cases. +Asyncio support +--------------- + +This library currently does not support asyncio. We'd recommend adding an asyncio variant though if someone can make a +pull request for it, `see here `_. + Contributions and issues ------------------------