What are the executors in Jenkins?

What is role of executer in Jenkins?

A Jenkins executor is one of the fundamental building components that enables a build to be run on a node/agent (e.g. build server). Consider an executor to be a single “process ID,” or the fundamental unit of resource that Jenkins executes on your system to run a build.