Pudu programming language
Menu
API reference

Std.Db.Session.Connection

1 declaration

type

Connection

This declaration introduces a public type.

What it does

A connection, and the bytes read from it that have not yet made a message.

The connection is threaded rather than held, like a random generator: every

operation answers the connection to use next. The alternative is a value

that changes when it is read, which is the one thing no other value in the

language does.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Db.SessionSearch related declarations