Unused druntime code: Barrier, ReadWriteMutex, Condition
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Tue Jun 16 10:31:27 UTC 2026
On 16/06/2026 10:27 PM, Serg Gini wrote:
> On Tuesday, 16 June 2026 at 10:21:43 UTC, Richard (Rikki) Andrew
> Cattermole wrote:
>> There is a time and a place to break code, this isn't it.
>
> This is all good, but could you clearly specify the path for FreeRTOS
> support?
> How and when this could happen?
I have given two good options to handle these two classes.
Version them off like we do for bindings, or implement them on other
primitives (which is common practice for that OS).
Versioning is the quickest solution, and allows someone to come back
later to implement the standard way.
I have no preference of these two.
More information about the Digitalmars-d
mailing list