Skip to content

Commit c2447df

Browse files
committed
Add a comment
1 parent 026d34a commit c2447df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry/src/main/java/io/sentry/ISentryExecutorService.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Future<?> schedule(final @NotNull Runnable runnable, final long delayMillis)
4646
*/
4747
boolean isClosed();
4848

49-
/** Pre-warms the executor service by increasing the initial queue capacity */
49+
/** Pre-warms the executor service by increasing the initial queue capacity. SHOULD be called
50+
* directly after instantiating this executor service.
51+
*/
5052
void prewarm();
5153
}

0 commit comments

Comments
 (0)