Thread overview | |||||
---|---|---|---|---|---|
|
June 18, 2003 A couple of questions involving multi-threading | ||||
---|---|---|---|---|
| ||||
Can D be used to create a DLL that is called by C programs? Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library? Thanks. |
June 19, 2003 Re: A couple of questions involving multi-threading | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steve Adams | "Steve Adams" <adamss@ascinet.com> wrote in message news:bcpsno$l49$1@digitaldaemon.com... > Can D be used to create a DLL that is called by C programs? Yes. > Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library? It's thread-safe. |
June 19, 2003 Re: A couple of questions involving multi-threading | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | Great, thanks. "Walter" <walter@digitalmars.com> wrote in message news:bcrl12$28gh$1@digitaldaemon.com... > > "Steve Adams" <adamss@ascinet.com> wrote in message news:bcpsno$l49$1@digitaldaemon.com... > > Can D be used to create a DLL that is called by C programs? > > Yes. > > > Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library? > > It's thread-safe. > > |
Copyright © 1999-2021 by the D Language Foundation