Context represents the main context for Tashi Vertex and must be initialized before using most other functions. This opaque handle encapsulates internal state and configuration required for operations.
Constructor
new
Initialize a new context for Tashi Vertex.Returns
Returns a new
Context instance on success, or an Error if initialization fails.Example
The context must be initialized before creating sockets or starting the engine. All Tashi Vertex operations require a valid context.