Fjage

Fjage.FjageModule

Julia-fjåge gateway, standalone container, and slave container.

Notes:

  • The Gateway is not thread-safe, and should only be used from a single task/thread.
  • Containers and agents are designed to be safe to use from multiple threads.
source
Fjage.default_timeoutMethod
default_timeout(millis)

Set default timeout for requests. This timeout is used when not explicitly specified. The timeout is given in milliseconds.

source