Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Dec 13, 2020
1 parent 785543d commit 686d8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solon/src/main/java/org/noear/solon/Utils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.noear.solon;

import org.noear.solon.annotation.Note;
import org.noear.solon.core.wrap.ClassWrap;
import org.noear.solon.core.*;

Expand All @@ -19,6 +20,7 @@
* @author noear
* @since 1.0
* */
@Note("内部专用工具(外部项目不建议使用,随时可能会变动)")
public class Utils {
public static final ExecutorService pools = Executors.newCachedThreadPool();
public static final ScheduledExecutorService scheduled = Executors.newScheduledThreadPool(Runtime.getRuntime().availableProcessors());
Expand Down

0 comments on commit 686d8a6

Please sign in to comment.