You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
I wrote a HTTP server on Golang and ran that by AsyncTasks.
I saw my response in browser and edited the code. The server is still running.
And to rerun the server I must switch to window with running server (I have 'output=terminal' in the config), press Ctrl+C to stop the server, press Enter to close the terminal and only then press F7 to run the task.
In IDE if a program has already run, I can press <some keybind for run> again for rerun that one. Can I do that with AsyncTasks?
The text was updated successfully, but these errors were encountered:
Example:
I wrote a HTTP server on Golang and ran that by AsyncTasks.
I saw my response in browser and edited the code. The server is still running.
And to rerun the server I must switch to window with running server (I have 'output=terminal' in the config), press Ctrl+C to stop the server, press Enter to close the terminal and only then press F7 to run the task.
In IDE if a program has already run, I can press
<some keybind for run>
again for rerun that one. Can I do that with AsyncTasks?The text was updated successfully, but these errors were encountered: