This website requires JavaScript.
Explore
Help
Sign In
ASCEE
/
lasp
Watch
5
Star
1
Fork
0
You've already forked lasp
Code
Issues
5
Pull Requests
Actions
Releases
14
Activity
618
Commits
7
Branches
29
Tags
2.7
MiB
48d262fbf0
Commit Graph
3 Commits
Author
SHA1
Message
Date
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F.
bf06402b11
BUGfix of segfault. Very subtle. ThreadedInDataHandler could be deleted, while a task was just pushed to the thread pool. Then, when the task is finally run, the object could be deleted, as the _thread_running flag was not set. Besides this, we made some fixes that makes sure that the handles to a Recording class are stored as a weakref inside of the C++ code. This makes it easier to garbage-collect a recording, even when the IndataHandler is still running.
2024-03-06 21:41:04 +01:00
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
0841dbd73b
Create InDataHandler only from the moment startThread() is called. This is safer, and might fix a segfault
2024-03-04 14:44:00 +01:00
J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F
790eb41a26
Switch to pyproject build structure
2023-07-14 16:40:57 +02:00