clojure.lang.Agent.shutdown C# (CSharp) Méthode

shutdown() public static méthode

Shutdown all threads executing.
We need to work on this.
public static shutdown ( ) : void
Résultat void
        public static void shutdown()
        {
            // JAVA: soloExecutor.shutdown();
            // JAVA: pooledExecutor.shutdown();

            // TODO: record active jobs and shut them down?
        }