1AnyEvent::Impl::FLTK(3)User Contributed Perl DocumentatioAnnyEvent::Impl::FLTK(3)
2
3
4
6 AnyEvent::Impl::FLTK - AnyEvent adaptor for FLTK (Fast Light Toolkit
7 version two)
8
10 use AnyEvent;
11 use FLTK;
12
13 # this module gets loaded automatically as required
14
16 This module provides transparent support for AnyEvent. You don't have
17 to do anything to make FLTK work with AnyEvent except by loading FLTK
18 before creating the first AnyEvent watcher.
19
20 This implementation is not to be confused with AnyEvent::Impl::FLTK by
21 Sanko Robinson. That implementation is completely broken, and the
22 author is apparently unreachable.
23
24 In any case, FLTK suffers from typical GUI-ToolKit diseases, such as
25 O(n) or worse for every operation (adding a timer, destroying a timer
26 etc.), the typical Not-Well-Tested Perl Interface disases such as non-
27 random memory corruption and the typical Event-Loop-as-an-Afterthrough
28 issues, such as multiple watchers on the same fd silently overwriting
29 the others.
30
31 It doesn't have native idle, signal or child watchers, so all of these
32 are emulated.
33
35 AnyEvent, FLTK.
36
38 Marc Lehmann <schmorp@schmorp.de>
39 http://anyevent.schmorp.de
40
41
42
43perl v5.38.0 2023-07-20 AnyEvent::Impl::FLTK(3)