Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit bd56182

Browse files
authored
Update README.md
1 parent afdf38c commit bd56182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Rodar uma tarefa no pool de threads (a task entrará numa fila de execuções):
3838
```java
3939
// adicione a task
4040
scheduler.runTask(test); // isso executará a task
41+
ResponsiveScheduler.run(Runnable: runnable); // executa uma task runnable
4142
```
4243
Rodar uma tarefa numa thread dedicada:
4344
```java

0 commit comments

Comments
 (0)