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

Commit f2c7891

Browse files
authored
Update README.md
1 parent 40bd2cd commit f2c7891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Chronos (named after Greek god of time) is a thread orchestration, experimentati
1414
1. Create a BaseExecutorConfig for threadpools that would contain all the threadpools. Centralising this will ensure governance of background work is possible. Each Executor is represented by an ExecutorSetting and the name should be passed to the get() APIs to ensure this is used.
1515
Please check ExecutorSettings for possible values and their defaults.
1616

17-
For eg, you can follow a GCD based threadpool approach for creating your threadling layer to run work on based on it's priority to the user like in iOS.
17+
For eg, you can follow a [GCD](https://developer.apple.com/documentation/dispatch/dispatchqos) based threadpool approach for creating your threadling layer to run work on based on it's priority to the user like in iOS.
1818

1919
```kotlin
2020
object BaseExecutorConfig : ExecutorConfig {

0 commit comments

Comments
 (0)