]> Dogcows Code - chaz/talk-event-driven-programming-in-perl/blobdiff - notes.txt
add SIGPIPE slides
[chaz/talk-event-driven-programming-in-perl] / notes.txt
index 0d32c72821b78cfa6b92dd54fbd93df17c9fa3a3..6b732a6f54b44de687634bea5df81339c0a1ffbe 100644 (file)
--- 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
This page took 0.021461 seconds and 4 git commands to generate.