<div dir="ltr">My point was the system complained that "MyTheme beCurrent " , scripted after the loading of said packaged theme, was pointing to a non existent class ... i.e., the loading was not complete when the "beCurrent" message was sent.    Which makes the loading of packages asynchronous, does it not?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 21, 2023 at 3:31 PM <<a href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2023-03-21 12:07, Alexandre Rousseau via Cuis-dev wrote:<br>
<br>
> .. The good news is that this implies that the package loader works <br>
> asynchronously...?...<br>
> <br>
<br>
Nope.  Just a way to check/require other action(s) at start or end of <br>
package loading.<br>
<br>
You can easily make something asynchronous.<br>
<br>
Just #fork a BlockClosure which does a Delay>>forMilliseconds: and <br>
signals some event or takes some action.<br>
<br>
HTH,<br>
-KenD<br>
</blockquote></div>