toShared

cast to shared type T

Warning: Don't use this, if you want send object to another thread. It just dirty hack.

template toShared(T)
shared(P)
toShared
(
T par
)

Members

Functions

toShared
shared(P) toShared(T par)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta