Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

feat: expose start(...) directly #110

Closed 0x00002a closed 2 years ago

0x00002a commented 2 years ago

Exposes malloy::[server|client]::start([routing_context&&|controller&]) directly to allow fully qualified lookup. Note that it is accessed from the parent namespace rather than through the class its declared in.