jin.go.go

Undocumented in source.

Public Imports

jin.go.channel
public import jin.go.channel;
Undocumented in source.
jin.go.await
public import jin.go.await;
Undocumented in source.

Members

Functions

go
auto go(Args args)

Run function asynchronously

go
auto go(Args args)

Run function asynchronously and return Queue connectetd with range returned by function

go
auto go(Args args)

Run function with autocreated result Queue and return this Queue

Templates

IsSafeToTransfer
template IsSafeToTransfer(Value)

Safe to transfer between threads: shared, immutable, non-copiable

Meta