Software /
code /
prosody
File
teal-src/util/interpolation.d.tl @ 11695:1573099157c9
net.server_epoll: Propagate returns from opportunistic writes
So that if a write ends up writing directly to the socket, it gets the
actual return value
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 16 Jul 2021 01:21:05 +0200 |
parent | 11432:113f3912c7cb |
line wrap: on
line source
local type renderer = function (string, { string : any }) : string local type filter = function (string, any) : string local record lib new : function (string, string, funcs : { string : filter }) : renderer end return lib