معرفی شرکت ها


elpa-fsm_0.2.1-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

state machine library
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته elpa-fsm
نام فایل بسته elpa-fsm_0.2.1-1_all.deb
نسخه بسته 0.2.1
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی http://elpa.gnu.org/packages/fsm.html
مجوز -
حجم دانلود 9452
حجم نصب 44
fsm.el is an exercise in metaprogramming inspired by gen_fsm of Erlang/OTP. It aims to make asynchronous programming in Emacs Lisp easy and fun. By "asynchronous" I mean that long-lasting tasks don't interfer with normal editing. . Some people say that it would be nice if Emacs Lisp had threads and/or continuations. They are probably right, but there are few things that can't be made to run in the background using facilities already available: timers, filters and sentinels. As the code can become a bit messy when using such means, with callbacks everywhere and such things, it can be useful to structure the program as a state machine. . In this model, a state machine passes between different "states", which are actually only different event handler functions. The state machine receives "events" (from timers, filters, user requests, etc) and reacts to them, possibly entering another state, possibly returning a value. . The essential macros/functions are: ;; define-state-machine - create start-FOO function define-state - event handler for each state (required) define-enter-state - called when entering a state (optional) define-fsm - encapsulates the above three (more sugar!) fsm-send - send an event to a state machine fsm-call - send an event and wait for reply . fsm.el is similar to but different from Distel: <URL:http://fresh.homeunix.net/~luke/distel/> Emacs' tq library is a similar idea.


نیازمندی

مقدار نام
- emacsen-common
- emacs


نحوه نصب


نصب پکیج deb elpa-fsm:

    sudo apt-get install elpa-fsm_0.2.1-1_all.deb


فایل ها

مسیرها
./usr/lib/emacsen-common/packages/compat/elpa-fsm
./usr/lib/emacsen-common/packages/install/elpa-fsm
./usr/lib/emacsen-common/packages/remove/elpa-fsm
./usr/share/doc/elpa-fsm/changelog.Debian.gz
./usr/share/doc/elpa-fsm/copyright
./usr/share/emacs/site-lisp/elpa-src/fsm-0.2.1/fsm-autoloads.el
./usr/share/emacs/site-lisp/elpa-src/fsm-0.2.1/fsm-pkg.el
./usr/share/emacs/site-lisp/elpa-src/fsm-0.2.1/fsm.el