-
# What / Why
In order to safely prune old content after storing fresh content in the cache, we need some means of knowing if the old content has now become orphaned. The fastest approach to this is…
-
**Describe the proposed addition**
xLights uses many of the drawing related things in wxWidgets on multiple background thread simultaneously. Due to the reference counting in wxWidgets for various …
dkulp updated
2 years ago
-
Currently, the lifecycle of ThorVG's paint is managed based on reference counting. It is possible to consider introducing the Canvas::pop() function as the opposite of Canvas::push(). push()/pop() fun…
-
I came across https://crbug.com/630586 today where 5 years ago @Vudentz made some comments about adding device connection reference counting or possibly adding an `org.bluez.Service1` API to handle th…
dlech updated
3 years ago
-
This is more of a discussion on the feature, but it's planned. We're just wondering how to go about implementing it.
Some ideas:
- Using an asterisks to denote something that is ref counted `somethin…
-
Term should be properly reference counted.
-
```
In file included from /wrkdirs/usr/ports/devel/hpx/work/hpx-1.9.1/libs/core/thread_pools/src/scheduled_thread_pool.cpp:8:
In file included from /wrkdirs/usr/ports/devel/hpx/work/hpx-1.9.1/libs/c…
-
### Problem
Especially in the Cull stage in the Panda3D renderer, there are a lot of calls to `ref()` and `unref()` (mostly implicitly with the use of PointerTo in eg. CullableObject). This involv…
-
Today classes like [`EmbedderConfigBuilder`](https://github.com/flutter/engine/blob/a65f1d59edc618ae81e2e8ed78d59fb729291afa/shell/platform/embedder/tests/embedder_config_builder.h#L133-L143) and [`Em…
-
As a proof-of-concept, can we support "one-way" Java object use, in which *construction* and *use* of bound types is supported, but *no* Java-to-managed object references.
This would mean:
* S…