MoorServer typedef
MoorServer = DriftServer
Serves a moor database connection over any two-way communication channel.
Users are responsible for creating the underlying stream channels before
passing them to this server via DriftServer.serve
.
A single moor server can safely handle multiple clients.
Implementation
@pragma('moor2drift', 'DriftServer')
typedef MoorServer = DriftServer;