etherpad-lite/src/node/handler
Ray Bellis 769933786c allow some operations to proceed in parallel
some code chunks previously used `async.parallel` but if you
use `await` that forces them to be run serially.  Instead,
you can initiate the operation (getting a Promise) and then
_later_ `await` the result of that Promise.
2019-02-01 09:57:50 +00:00
..
APIHandler.js APIHandler.js: further cleanup 2019-01-30 10:41:10 +00:00
ExportHandler.js import/export: conversion to Promises/async 2019-01-31 08:55:36 +00:00
ImportHandler.js ImportHandler.js: ensure import connection closing happens at the right point 2019-02-08 14:46:05 +00:00
PadMessageHandler.js allow some operations to proceed in parallel 2019-02-01 09:57:50 +00:00
SocketIORouter.js SocketIORouter: code formatting cleanups 2019-01-30 10:25:01 +00:00