[ Version ( deprecated = true ) ]
public MainContext async_context { get; owned construct; }
Warning: async_context is deprecated.
The server's MainContext, if you are using the old API.
The new API uses the thread-default MainContext rather than having an explicitly-specified one.
Servers created using listen will listen on the MainContext that was the thread-default context at the time listen was called.