logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

AnyEvent::Impl::FLTK - AnyEvent adaptor for FLTK (Fast Light Toolkit version two)

Author

        Marc Lehmann <schmorp@schmorp.de>
        http://anyevent.schmorp.de

perl v5.40.0                                       2024-10-20                          AnyEvent::Impl::FLTK(3pm)

Description

       This module provides transparent support for AnyEvent. You don't have to do anything to make FLTK work
       with AnyEvent except by loading FLTK before creating the first AnyEvent watcher.

       This implementation is not to be confused with AnyEvent::Impl::FLTK by Sanko Robinson. That
       implementation is completely broken, and the author is apparently unreachable.

       In any case, FLTK suffers from typical GUI-ToolKit diseases, such as O(n) or worse for every operation
       (adding a timer, destroying a timer etc.), the typical Not-Well-Tested Perl Interface disases such as
       non-random memory corruption and the typical Event-Loop-as-an-Afterthrough issues, such as multiple
       watchers on the same fd silently overwriting the others.

       It doesn't have native idle, signal or child watchers, so all of these are emulated.

Name

       AnyEvent::Impl::FLTK - AnyEvent adaptor for FLTK (Fast Light Toolkit version two)

See Also

       AnyEvent, FLTK.

Synopsis

          use AnyEvent;
          use FLTK;

          # this module gets loaded automatically as required

See Also