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
We can mark a method to be "blocking" and it will detect and execute on a virtual thread (provided support).
How do we await for reactive methods inside this context e.g. if that method is only reactive or async e.g. with AWS Netty client (sync clients don't support all the features)?
The text was updated successfully, but these errors were encountered:
Feature description
We can mark a method to be "blocking" and it will detect and execute on a virtual thread (provided support).
How do we await for reactive methods inside this context e.g. if that method is only reactive or async e.g. with AWS Netty client (sync clients don't support all the features)?
The text was updated successfully, but these errors were encountered: