Revision 69a12fdb
Added by Marc Dequènes about 14 years ago
- ID 69a12fdbdbd27a5673fa8b848b4a03c2aa671004
lib/cyborghood/cyborg/server.rb | ||
---|---|---|
def unregister_communication(peer)
|
||
@comm_list.delete(peer)
|
||
end
|
||
|
||
def schedule_task(callback, &task)
|
||
EventMachine.defer(task, callback)
|
||
end
|
||
end
|
||
|
||
class BotServerUNIXSocket < BotServer
|
Also available in: Unified diff
[evol] conversation/bot protocol rework §6 (refs #30)