コード例 #1
0
ファイル: Prelude.cs プロジェクト: pahomovda/language-ext
 /// <summary>
 /// Get the child processes of the process ID provided
 /// </summary>
 public static Map <string, ProcessId> children(ProcessId pid) =>
 ActorContext.GetChildren(pid);