module Make:
Functor to realize a running service, supporting the run-time choice of serveral modes.
| Parameters: |
|
val main : ?argv:string array -> unit -> unitmain ?argv (): run the service function Service.main.
argv : The argument vector to parse for command-line options (default: Sys.argv)