You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SOFARPC provides the most basic thread pool implementation, which allows for setting thread pool related parameters and also supports customizing thread pools for specific interfaces. However, there is no extension provided to completely replace the original thread pool.
What we hope to achieve
Define an extension interface for the thread pool and maintain the default implementation as before
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Background
SOFARPC provides the most basic thread pool implementation, which allows for setting thread pool related parameters and also supports customizing thread pools for specific interfaces. However, there is no extension provided to completely replace the original thread pool.
What we hope to achieve
The text was updated successfully, but these errors were encountered: