Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30320 > unrolled thread

teventlet: a light-weight method for handling events

Started by"Littlefield, Tyler" <tyler@tysdomain.com>
First post2012-09-27 13:05 -0600
Last post2012-09-27 13:05 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  teventlet: a light-weight method for handling events "Littlefield, Tyler" <tyler@tysdomain.com> - 2012-09-27 13:05 -0600

#30320 — teventlet: a light-weight method for handling events

From"Littlefield, Tyler" <tyler@tysdomain.com>
Date2012-09-27 13:05 -0600
Subjectteventlet: a light-weight method for handling events
Message-ID<mailman.1508.1348772738.27098.python-list@python.org>
Hello all:
This was my first PyPi project to create. I'd like some feedback as to 
whether or not something like this is even moderately useful, and what I 
could do better with it.
The blog article that details some of this is:
http://tds-solutions.net/blog/?p=137
And the PyPi page:
http://pypi.python.org/pypi/teventlet

Essentially, Teventlet is just a handler that allows the registration of 
multiple callbacks; when something calls invoke, it dispatches all 
arguments to each individual callback. It's pretty small, and probably 
something anyone who is reasonably skilled could have written in a few 
minutes, but I wanted to put it out there anyway.
Any ideas, suggestions/etc would be welcome.

-- 
Take care,
Ty
http://tds-solutions.net
The aspen project: a barebones light-weight mud engine:
http://code.google.com/p/aspenmud
He that will not reason is a bigot; he that cannot reason is a fool; he that dares not reason is a slave.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web