Re: multiple readers/writers

2019-11-19 Thread Hongwei Xi
Yes, I think so. Should be pretty straightforward. Of course, you need to be more specific about the actual policy. For example, the policy may state that multiple readers can read concurrently but at most one writer can write. On Tue, Nov 19, 2019 at 7:52 PM Raoul Duke wrote: > apologies, i

Re: Difficulties with C FFI & writing a concurrent stack

2019-11-19 Thread Vanessa McHale
Oh, you're right! I can get the demo working now :) Thanks again, Vanessa On Monday, November 18, 2019 at 11:25:12 PM UTC-6, gmhwxi wrote: > > Took a closer look. > > 'atstype_var' should be changed to 'atstype_boxed'. > > The real problem is due to 'pop' being given an incorrect type. > I tried