arc::Context::new

Synopsis

pub fn new() -> Self;

Create a new instance of an AtxNet object. The struct return contains methods for interacting with the LinQ Network library.

Parameters

None.

Examples

fn main() {
  let net = linq_network::arc::Context::new();

  // ...
}