Executor/src/dorkbox/executor/listener
Robinson 6eeb94a8b7
Safer addition of shutdown hook
2023-06-07 23:57:53 +02:00
..
CompositeProcessListener.kt Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
DestroyerListenerAdapter.kt Cleaned up init method 2021-04-20 14:13:25 +02:00
ProcessDestroyer.kt Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
ProcessListener.kt Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
ShutdownHookProcessDestroyer.kt Safer addition of shutdown hook 2023-06-07 23:57:53 +02:00
package-info.java created package-info in project 2021-04-18 23:42:37 +02:00