Re: [PATCH v3 2/5] libmpathutil: add generic implementation for checker thread runners
Benjamin Marzinski <[email protected]>
| Newsgroups | dev.linux.lists.dm-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 28, 2026 at 01:49:39PM +0200, Martin Wilck wrote: > This code adds a generic, abstract implementation of the kind of threads we > need for checkers: detached threads that may time out. The design is such > that these threads never access any memory of the calling program, > simplifying the management of lifetimes of objects. > > See the documentation of the API in "runner.h". > > Signed-off-by: Martin Wilck <[email protected]> Reviewed-by: Benjamin Marzinski <[email protected]>