Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,7411,750项(搜索用时0.003秒)
devel/AnyEvent-Graphite-0.08 (Score: 0.032514982)
Non-blocking Graphite client
A non-blocking Graphite client
devel/AnyEvent-I3-0.16 (Score: 0.032514982)
Communicate with the i3 window manager
AnyEvent::I3 - This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies.
devel/AnyEvent-MessagePack-0.19 (Score: 0.032514982)
Perl extension of AnyEvent for MessagePack
AnyEvent::MessagePack is MessagePack stream serializer/deserializer for AnyEvent.
devel/AnyEvent-RPC-0.05 (Score: 0.032514982)
Abstract framework for RPC clients
Abstract framework for RPC clients.
devel/AnyEvent-Run-0.01 (Score: 0.032514982)
Run a process or coderef asynchronously
Run a process or coderef asynchronously
devel/AnyEvent-Subprocess-1.102912 (Score: 0.032514982)
Flexible, OO, asynchronous process spawning and management
Flexible, OO, asynchronous process spawning and management.
devel/AnyEvent-Task-0.801 (Score: 0.032514982)
Client/server-based asynchronous worker pool
AnyEvent::Task is a pre-fork-on-demand server (AnyEvent::Task::Server) combined with a persistent worker-pooled client (AnyEvent::Task::Client). In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and delegates tasks to them asynchronously.
devel/AnyEvent-Worker-0.06 (Score: 0.032514982)
Manage blocking task in external process
Manage blocking task in external process.
devel/AnyEvent-7.12 (Score: 0.032514982)
Provide framework for multiple event loops
AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). The interface itself is vaguely similar but not identical to the Event module. On the first call of any method, the module tries to detect the currently loaded event loop by probing wether any of the following modules is loaded: Coro::Event, Event, Glib, Tk. The first one found is used. If none is found, the module tries to load these modules in the order given. The first one that could be successfully loaded will be used. If still none could be found, AnyEvent will fall back to a pure-perl event loop, which is also not very efficient.
devel/AnyMQ-0.35 (Score: 0.032514982)
Non-blocking message queue system based on AnyEvent
AnyMQ is message queue system based on AnyEvent. It can store all messages in memory or use external message queue servers.