Lines Matching refs:object
341 This returns the "default" event loop object, which is what you should
378 This will create and initialise a new event loop object. If the loop
543 as in libev having to destroy and recreate the epoll object, which can
664 Destroys an event loop object (frees all memory and kernel state
1250 of the watcher object can be arbitrary (so C<malloc> will do). Only
2689 descriptor open on the object at all times, and detecting renames, unlinks
3899 instead of storing a coroutine, you store the queue object and instead of
4062 =item w->set<class, &class::method> (object *)
4066 first argument and the C<revents> as second. The object must be given as
4086 =item w->set (object *)
4099 Example: use a functor object as callback.