March 27, 2004 singleton with destruction order | ||||
---|---|---|---|---|
| ||||
Attachments:
| hi, how can i do a singleton with a destruction order manager...!? my problem is due to the fact that i cannot control the time moment when the singleton object is destroyed. thanks, Miguel Ferreira Simões |
March 31, 2004 Re: singleton with destruction order | ||||
---|---|---|---|---|
| ||||
Posted in reply to Miguel Ferreira Simões | On Sat, 27 Mar 2004 20:14:42 -0000, Miguel Ferreira Simões <kobold@netcabo.pt> wrote: > hi, > how can i do a singleton with a destruction order manager...!? Don't use a singleton. > my problem is due to the fact that i cannot control the time moment when the singleton object is destroyed. This is a well known singleton issue. |
Copyright © 1999-2021 by the D Language Foundation