Is it safe to call TSContDestroy() from within the continuation's
function? Does it matter whether or not the continuation has a mutex?
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
> 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,
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
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
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