package
0.36.0-rc.2
Repository: https://github.com/arduino/arduino-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewSynchronizedSend takes a Send function and wraps it in a SynchronizedSender.

# Structs

ArduinoCoreServerImpl FIXMEDOC.
SynchronizedSender is a sender function with an extra protection for concurrent writes, if multiple threads call the Send method they will be blocked and serialized.