-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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.
Reactions are currently unavailable