Enables and disables console echo (or does nothing if no console).
Enables and disables console echo (or does nothing if no console). This ensures console echo is enabled on exception thrown in the given code block.
Start the server, if not already started
Start the server, if not already started
A callback to start the server, that returns a closeable to stop it
Stop the server started by the last start request, if such a server exists
Stop the server started by the last start request, if such a server exists
This is our means of blocking a play run call until
the user has denoted, via some interface (console or GUI) that
play should no longer be running.
This is our means of blocking a play run call until
the user has denoted, via some interface (console or GUI) that
play should no longer be running.
Simple implementation of the non blocking interaction mode that simply stores the current application in a static variable.