net.box: alert worker fiber unconditionally on request
There's no need to optimize out fiber.wakeup: - we already have C function calls on the code path; - fiber.wakeup is pretty cheap to be called unconditionally. This is a preparation for moving send/recv buffers to C.
Please register or sign in to comment