.. note::
A freed key becomes a dangling pointer. You should reset the key to
- `NULL`.
+ ``NULL``.
Methods
- Monitor for completion.
* - :func:`timeout`
- - Run with a timeout. Useful in cases when `wait_for` is not suitable.
+ - Run with a timeout. Useful in cases when ``wait_for`` is not suitable.
* - :func:`to_thread`
- Asynchronously run a function in a separate OS thread.
If you want to walk an arbitrary filesystem path upwards, it is
recommended to first call :meth:`Path.resolve` so as to resolve
- symlinks and eliminate `".."` components.
+ symlinks and eliminate ``".."`` components.
.. data:: PurePath.name
On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
- parameter which includes `CREATE_NEW_PROCESS_GROUP`.
+ parameter which includes ``CREATE_NEW_PROCESS_GROUP``.
.. method:: Popen.terminate()