Skip to content

C API: Re-expose GC_allow_register_threads #10636

Open
@roberth

Description

Is your feature request related to a problem? Please describe.

The Rust bindings use GC_allow_register_threads and GC_register_my_thread/GC_unregister_my_thread to make its unit tests work (avoid "collecting from unknown thread").

This limits the usefulness of the bindings in case of future versions or alternate implementations.

Describe the solution you'd like

Bdwgc is an implementation detail, so the C API should provide what are effectively wrappers for those functions, so that we don't restrict Nix when it comes to the choice of GC.

Document the problem solved by these functions.

Apply to the Rust bindings for validation:

-#include <gc/gc.h>

Describe alternatives you've considered

Additional context

Priorities

Add 👍 to issues you find important.

Metadata

Assignees

No one assigned

    Labels

    c apiNix as a C library with a stable interfacefeatureFeature request or proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions