X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftalk-event-driven-programming-in-perl;a=blobdiff_plain;f=notes.txt;h=6b732a6f54b44de687634bea5df81339c0a1ffbe;hp=0d32c72821b78cfa6b92dd54fbd93df17c9fa3a3;hb=309c1da6df9319b3bcd760fd3073bafeda9faf09;hpb=fa698f7b8f498a04b0394f5cadc2cadf0a6fb21a diff --git a/notes.txt b/notes.txt index 0d32c72..6b732a6 100644 --- a/notes.txt +++ b/notes.txt @@ -27,10 +27,10 @@ X kernel facilities (poll, select, etc.) - Mojo::IOLoop 6. Special considerations -- Exceptions in event-driven code. -- SIGPIPE, EPIPE - might have more to do with long-lived processes rather than +X Exceptions in event-driven code. +X SIGPIPE, EPIPE - might have more to do with long-lived processes rather than just event-driven programming, but still something to watch out for... -- You should almost always check the return code of your syscalls to see if they succeeded or not. +X You should almost always check the return code of your syscalls to see if they succeeded or not. 7. Promises: - Future