Release vibe.d 0.7.30
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Nov 1 05:47:13 PDT 2016
On 2016-11-01 12:20, Saurabh Das wrote:
> How can I find out more information about the 'runApplication' change?
> What does "slowly fading out" mean?
I think it should say something like: "slowly fading out the default
main". Instead of having vibe.d define the main function and having a
shared module constructor with all the setup, you can define your own
main function with all the setup and then call runApplication, which
basically contains the same logic as the main function defined by vibe.d.
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list