put

fun put(key: K, job: Job)

Put a job into the container and throw IllegalArgumentException if the job with the same key is already running.

Does not start the job that was put.