Skip to content

Commit

Permalink
Unstart thread
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Mar 9, 2024
1 parent 01b67dc commit 9b27702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/duncte123/io/CommandManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CommandManager {
private val commandPool = Executors.newThreadPerTaskExecutor {
Thread.ofVirtual()
.name("Command-Thread")
.start(it)
.unstarted(it)
}
private val log = LoggerFactory.getLogger(CommandManager::class.java)
private val jackson = ObjectMapper(YAMLFactory())
Expand Down

0 comments on commit 9b27702

Please sign in to comment.