X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=notes.txt;h=7af3f6e27fce1d08ff7cdf8a72493063b0cb1266;hb=HEAD;hp=8a43724edef2ca8037cd3dcd3afd43cbff999352;hpb=afb7de1b61d2bf725c70e8f6be00592f1b762e82;p=chaz%2Ftalk-event-driven-programming-in-perl diff --git a/notes.txt b/notes.txt index 8a43724..7af3f6e 100644 --- a/notes.txt +++ b/notes.txt @@ -1,4 +1,9 @@ +TODO: +X Get more knowledge about the Reactor front ends. +X Throw up some examples in some slides (#5). +X Add a section at the end to get out of the weeds and put a bit ol' bow on it. + Topics: 1. Evolution of event-driven programming: @@ -22,10 +27,10 @@ X Glib X ... 5. Event-driven programming in Perl -- AnyEvent -- IO::Async -- Mojo::IOLoop -- POE +X AnyEvent +X IO::Async +X Mojo::IOLoop +X POE 6. Special considerations X Exceptions in event-driven code. @@ -48,7 +53,7 @@ X Future::Utils Other topics: X What is event-driven programming? -- Reactor: event loop that can receive multiple types of events and +X Reactor: event loop that can receive multiple types of events and demultiplex them, delivering them to appropriate handlers. - C10k problem - EDA (event-driven architecture)