On Fri, 28 Mar 2025 05:58:19 GMT, Michael Strauß wrote:
> > The docs on `canStartNestedEventLoop` describe its behavior already. I'm
> > not sure what further information would be useful. Would it be enough to
> > add a see also link?
>
> The exception being thrown is a behavior of `enterNeste
On Thu, 27 Mar 2025 22:19:29 GMT, Martin Fox wrote:
>> In any case, this PR should at least add the following bits of information
>> to `Platform.enterNestedEventLoop()`:
>> 1. There is some limit to the number of nested event loops.
>> 2. Applications should always check `Platform.canStartNeste
On Thu, 27 Mar 2025 22:19:29 GMT, Martin Fox wrote:
> The docs on `canStartNestedEventLoop` describe its behavior already. I'm not
> sure what further information would be useful. Would it be enough to add a
> see also link?
The exception being thrown is a behavior of `enterNestedEventLoop()`,
On Wed, 26 Mar 2025 08:34:06 GMT, Michael Strauß wrote:
>> Martin Fox has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Lower limit on run loop nesting
>
> In any case, this PR should at least add the following bits of information to
> `P