package vcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Notifier.NotificationSource

A Notifier.t sends API calls as asynchronous notifications. In most cases you don't need this; you can just send a regular request and not wait for the result. However, there are some API calls that are documented as being more performant when sent as notifications.

Sourcetype t
Sourcemodule Untested : sig ... end
Sourcemodule Defun : sig ... end
Sourceval custom : type_:('fn, _) Defun.Vim.t -> function_name:string -> 'fn

This function is analogous to wrap_viml_function.

OCaml

Innovation. Community. Security.