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
Not sure if it is possible, but it would be useful to have the option to ignore blocking calls occurring in the initialization of static fields.
Motivation
In this specific example, Build will use an InputStream, but the resulting blocking call to readBytes is not detrimental to the event loop threads in the long run, since it is only called once when the string is initialized.
Not sure if it is possible, but it would be useful to have the option to ignore blocking calls occurring in the initialization of static fields.
Motivation
In this specific example,
Build
will use anInputStream
, but the resulting blocking call to readBytes is not detrimental to the event loop threads in the long run, since it is only called once when the string is initialized.The text was updated successfully, but these errors were encountered: