root/trunk/examples/workers/xmpp_worker.rb
| Revision 326, 181 bytes (checked in by gethema..@gmail.com, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | class XmppWorker < BackgrounDRb::MetaWorker |
| 2 | set_worker_name :xmpp_worker |
| 3 | def create(args = nil) |
| 4 | # this method is called, when worker is loaded for the first time |
| 5 | end |
| 6 | end |
| 7 |
Note: See TracBrowser for help on using the browser.
