diff --git a/source/eventy/engine.d b/source/eventy/engine.d index b33247c..5e5ca9e 100644 --- a/source/eventy/engine.d +++ b/source/eventy/engine.d @@ -94,6 +94,11 @@ public final class Engine : Thread sleepTime = time; } + /** + * Adds the given Signal handler + * + * @param e the Signal handler to add + */ public void addSignalHandler(Signal e) { /* Lock the signal-set */