コード例 #1
0
ファイル: Prelude.cs プロジェクト: pahomovda/language-ext
 /// <summary>
 /// Get the child processes by name
 /// </summary>
 public static ProcessId child(ProcessName name) =>
 InMessageLoop
         ? Self.Child(name)
         : raiseUseInMsgLoopOnlyException <ProcessId>(nameof(child));