Skip to content

implement atexit #86

@levelfour

Description

@levelfour

When instances of some static classes which have destructors are declared, the destructors will be registered by atexit. Thus we want to implement atexit function in stdlib.
At the moment, we implement just an "empty (doing nothing, just for compliation)" atexit, and then implement closing handlers list.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions