A simple implementation of {@link WorkManager} whichexecutes tasks on the invoking thread. As a result, every operation on this class is blocking.
This class is useful in components configured through a {@link ThreadingProfile} in which {@link ThreadingProfile#isDoThreading()}is {@code false}.
@since 3.6.0