On Tue, Mar 24, 2026 at 4:18 PM robert engels <[email protected]> wrote: > > structured.TaskScope > > or TaskScope > > or concurrent.structured.TaskScope > > or java.util.concurrent.structured.TaskScope > > It all depends on how you import it. >
I don't seem to understand your suggestion. Could you write a few _code_ examples? The devil is in the detail. Imports like that are binary. You cannot specify half of a package in an import statement and another half at a call site. You can do _something like it_ with static imports, but it's not what you are suggesting.
