Mercurial > prosody-hg
view core/features.lua @ 12316:6bb2f660f689
util.poll: Add support for the poll() API
Might be better than select(), more portable than epoll.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 23 Feb 2022 20:31:03 +0100 |
| parents | 4bfe658415a0 |
| children | a5a0783e9241 d5f322dd424b |
line wrap: on
line source
local set = require "util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; }; };
