eclipse-vertx / eclipse-vertx/vert.x
Provide vert.x executor adapter which implements ScheduledExecutorService
Open
enhancement
- Dominant language
- Java
- Stars
- 14.7k
- Forks
- 2.1k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 30
Description
#### Describe the feature
Vert.x executor has a number of very useful features, notably the ability to detect and address locked threads.
Providing a standard interface for this executor will immensely enhance its utility.
#### Use cases
e.g. that will add compatibility with Guava ListenableFutures, and all other libraries that use standard java executor.
#### Contribution
For now I'll just leave this proposal here.
Contributor guide
Assessment
This issue has not been assessed yet.