Re: Fredrik Hübinette Book
Chris Angelico <[email protected]> Wed, 20 Oct 2021 08:11:55 +1100
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmpUe-_S8TUaJc6cL1+4ODec7S87Qzs2P76ZYbUHLEDLUA@mail.gmail.com> |
On Wed, Oct 20, 2021 at 8:09 AM <[email protected]> wrote: > > There are some fairly cool features in the latest Pike builds that, to > > my knowledge, aren't well documented yet. Maybe someone - and I'm > > fully aware that that probably means "I" - should put together an > > example of a socket server with on-the-fly updates and asynchronicity > > provided by continue functions. > > > > I don't think there's much in the way of documentation of the Concurrent > and async stuff that's landed in 8.1. A tutorial of that (or some > subset) ala the annotations document I wrote would be really welcome, > even if it's not "publication ready"! I don't want to promise to do it, but I'll see what I can knock together. Oh, another thing that would be really awesome to have better documented - and this time, I sincerely hope that I'm not the best one to do this, since I know very little about it - is the Parser.LR module. I've used it to very good effect in a number of projects, but still feel like I'm messing around blindly a bit. ChrisA