Daemon Thread

This lesson describes how daemon threads exit as soon as the main program thread exits.

We'll cover the following...

Daemon Thread

In Greek mythology, a daemon was a supernatural being of a nature between gods and humans whereas in the computer science realm a daemon is a computer program that runs as a background process rather than being under the ...