Continuation suicide allowed?

2018-11-12 Thread Walt Karas
Is it safe to call TSContDestroy() from within the continuation's function? Does it matter whether or not the continuation has a mutex?

Re: Empty lines after local variable declarations

2018-11-12 Thread Walt Karas
this --> my head On Mon, Nov 12, 2018 at 4:46 PM Leif Hedstrom wrote: > > > > > On Nov 13, 2018, at 01:46, Walt Karas wrote: > > > > When you talk about a space after the declarations that seems to imply > > doing the C-like thing of putting all the declara

Re: Empty lines after local variable declarations

2018-11-12 Thread Leif Hedstrom
> On Nov 13, 2018, at 01:46, Walt Karas wrote: > > When you talk about a space after the declarations that seems to imply > doing the C-like thing of putting all the declarations first. No. Just an empty line after the last declaration in that scope and before other code. — Leif >> On Mon,

Re: Empty lines after local variable declarations

2018-11-12 Thread Walt Karas
When you talk about a space after the declarations that seems to imply doing the C-like thing of putting all the declarations first. On Mon, Nov 12, 2018 at 10:43 AM Alan Carroll wrote: > > I don't see the conflict. > > On Mon, Nov 12, 2018 at 10:00 AM Walt Karas wrote: >> >> I'm more with the cr

Re: Empty lines after local variable declarations

2018-11-12 Thread Alan Carroll
I don't see the conflict. On Mon, Nov 12, 2018 at 10:00 AM Walt Karas wrote: > I'm more with the crowd that says you should keep the declaration as > close as possible to the first use. > On Sun, Nov 11, 2018 at 4:44 PM Leif Hedstrom wrote: > > > > This might sound petty, but I really much pref

Re: Empty lines after local variable declarations

2018-11-12 Thread Walt Karas
I'm more with the crowd that says you should keep the declaration as close as possible to the first use. On Sun, Nov 11, 2018 at 4:44 PM Leif Hedstrom wrote: > > This might sound petty, but I really much prefer that we consistently put > empty lines after local variable declarations. We do so muc