RejectedSoftware Forums

Sign up

Cleanly exit a vibe application

What's the correct way to cleanly exit a vibe application? If I have an empty "shared static this()" it will continue to run the application. I assume there something keeping the application running in "main".

Re: Cleanly exit a vibe application

On Thu, 30 Oct 2014 07:59:10 GMT, Jacob Carlborg wrote:

What's the correct way to cleanly exit a vibe application? If I have an empty "shared static this()" it will continue to run the application. I assume there something keeping the application running in "main".

Apparently you're asking about vibe.core.core.exitEventLoop()

Re: Cleanly exit a vibe application

On 2014-10-30 15:12, Alex Simonov wrote:

Apparently you're asking about vibe.core.core.exitEventLoop()

Thanks, I'll give it a try.

/Jacob Carlborg