Contribution from Kurt Mueller: On http://pubsub.sourceforge.net/apidocs/modules_setup.html under Arg1 Messaging Protocol: ------------------------------------------------------- from pubsub import setuparg1 from pubsub import pub def listener(msg): assert msg.data['hi'] == 123 data = dict('hi':123, ...) pub.sendMessage('someTopic', data...
2012-04-25 19:25:18 PDT in pypubsub
Contribution from Kurt Mueller: On http://pubsub.sourceforge.net/apidocs/modules_setup.html under Kwargs Messaging Protocol: --------------------------------------------------------------- from pubsub import pub def listener(hi): assert msg == 123 pub.subscribe(listener, 'someTopic') def listener2(hi, foo): assert hi == 123; assert foo = 'bar' pub.subscribe(listener2...
2012-04-25 19:24:15 PDT in pypubsub
schoenborno changed the public information on the Formatted Input/Output in C++ project.
2012-03-03 09:15:12 PST in Formatted Input/O...
schoenborno changed the public information on the C++ Event Handling Template Library project.
2012-03-03 08:47:49 PST in C++ Event Handlin...
schoenborno changed the public information on the C++ Event Handling Template Library project.
2012-03-03 08:47:49 PST in C++ Event Handlin...
schoenborno changed the public information on the C++ Event Handling Template Library project.
2012-03-03 08:47:46 PST in C++ Event Handlin...
I prefer the google groups format so please post to http://groups.google.com/group/lua-icxx (moderated, must join).
2012-02-09 21:43:53 PST in lua_icxx: Lua int...
schoenborno changed the public information on the lua_icxx: Lua interpreter for C++ project.
2012-02-09 21:31:10 PST in lua_icxx: Lua int...
schoenborno committed revision 288 to the pypubsub SVN repository, changing 6 files.
2012-01-07 01:12:12 PST in pypubsub
schoenborno committed revision 287 to the pypubsub SVN repository, changing 2 files.
2011-12-17 23:15:13 PST in pypubsub