Midio docs
CtrlK
  • Getting Started
    • Welcome
    • Quick Start Guide
  • Your First Midio App
  • Guides
    • HTTP
      • Making HTTP Requests
      • Uploading Files (multipart/form-data)
      • Responding to HTTP Requests
      • How to reach your own endpoints
      • CORS
      • Server-Sent Events (SSE)
    • Branching
    • Loops
    • Map, filter, reduce
    • Working with Data
    • Expressions
    • Building Agents
      • Streaming Agent API (experimental)
    • Debugging
    • Secrets and Environment variables
      • OAuth 2.0
    • Convert JSON to data nodes
    • Concurrency
    • Writing tests
    • Cleaning up your flows
  • Package Manager
  • Snapshots (version control)
  • Integrating with third party services
  • ETL and high performance computing
  • Troubleshooting
  • Tutorials
    • Concurrent Research Agent
    • Connecting LLMs to MCP-servers using the MCP-client package
    • Making Your Own MCP Server in Midio
    • A Fast Path to Functional RAG Agents
    • Build a streaming agent using Server-Sent Events (SSE)
  • Slack Bot That Summarizes Articles
  • Reference
    • The Midio Editor
      • The Node Editor
      • User Traces
      • Traces (execution)
      • Processes
      • Log
      • Services
      • Problems
      • Function Signature
      • Data
      • Settings
    • The Midio Language
      • Nodes and execution
      • Functions and Events
        • Anonymous functions
      • Modules
      • Contexts
      • Data type
      • Local variables
      • Portals
      • Waypoint node
      • Partial function application
  • The Midio Engine
  • Built in Nodes
    • Core (std)
    • HTTP
    • LLM
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Reference
  2. The Midio Language
  3. Functions and Events

Anonymous functions

PreviousFunctions and EventsNextModules

Was this helpful?