smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Add "@see RunOnVirtualThread" to Blocking and NonBlocking javadoc #313

Closed sixcorners closed 2 months ago

sixcorners commented 5 months ago

Think this is a good idea?

dmlloyd commented 3 months ago

/cc @cescoffier

cescoffier commented 3 months ago

Yes.

But it needs to explain that methods annotated with @RunOnVirtualThread are considered @Blocking.