Skip to content

Commit 75b4db6

Browse files
committed
✏️ consulting help section
1 parent 4b99c26 commit 75b4db6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ Web Workers are a great fit if you have: 1) heavy algorithm (e.g. image processi
124124

125125
[`scheduler.postTask()`](https://developer.mozilla.org/en-US/docs/Web/API/Scheduler/postTask) is available in some browsers today. `postTask()` and `main-thread-scheduling` do similar things. You can think of `postTask()` as a lower level API — it might be the right choice in specific scenarios. Library owners might be interested in exploring the nuanced differences between the two. For most cases, `main-thread-scheduling` provides a `scheduleTask()` method that mimics that API of `postTask()` while providing the extra benefits of the library.
126126

127+
## Need consulting help?
128+
129+
Need help with your performance or consulting on how to integrate `main-thread-scheduling` in your project? Write to me at [hello@astoilkov.com](hello@astoilkov.com).
130+
127131
<!--
128132
129133
## Resources

0 commit comments

Comments
 (0)