![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | ConsoleError |
Serializes output to System.Console.Error, and assures modules are not dead-locked in case the Console gets locked by the user. More... | |
class | ConsoleIn |
Serializes input from System.Console.In, and assures modules are not dead-locked in case the Console gets locked by the user. More... | |
class | ConsoleOut |
Serializes output to System.Console.Out, and assures modules are not dead-locked in case the Console gets locked by the user. More... | |
Functions | |
delegate void | CustomWriter (TextWriter Output) |
Delegate for custom writers. More... | |
delegate Task | CustomAsyncWriter (TextWriter Output) |
Delegate for asynchronous custom writers. More... | |
delegate Task Waher.Runtime.Console.CustomAsyncWriter | ( | TextWriter | Output | ) |
Delegate for asynchronous custom writers.
Output | Where output should be written. |
delegate void Waher.Runtime.Console.CustomWriter | ( | TextWriter | Output | ) |
Delegate for custom writers.
Output | Where output should be written. |