ChimeraTK / ChimeraTK/DeviceAccess
UIO backend does not implement shutdown
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 12
- Forks
- 12
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 13
Description
As the UIO backend has a thread it must implement shutdown. This is necessary because this is the interface for ApplicationCore to terminate all threads before destructors are called.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the UIO backend implementation and the shutdown interface used by ApplicationCore. Trace how its thread is started and terminated, then verify that shutdown completes before destructors are called; add or update coverage for this lifecycle if the repository provides it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100