代码搜索:threading
找到约 3,703 项符合「threading」的源代码
代码结果 3,703
www.eeworm.com/read/235621/14059100
cs interfaces.cs
// Ami Bar
// amibar@gmail.com
using System;
using System.Threading;
namespace Amib.Threading
{
#region Delegates
///
/// A delegate that represents the method to run as the
www.eeworm.com/read/476331/1372131
cs asynccomponent.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Threading;
namespace Wrox.ProCSharp.Threading
{
public delegate void LongTaskCompletedEventHandler
www.eeworm.com/read/183315/5256633
py worker_threads.py
import wx
import threading
import random
class WorkerThread(threading.Thread):
"""
This just simulates some long-running task that periodically sends
a message to the GUI thread.
"""
www.eeworm.com/read/414257/2152117
cs eventwaithandle.cs
using System;
using System.Threading;
using System.Runtime.InteropServices;
namespace Chapter14.Threading
{
#region Event Reset Mode
public enum EventResetMode
{
AutoRe
www.eeworm.com/read/414257/2152206
cs eventwaithandle.cs
using System;
using System.Threading;
using System.Runtime.InteropServices;
namespace Chapter14.Threading
{
#region Event Reset Mode
public enum EventResetMode
{
AutoRe
www.eeworm.com/read/361182/2951406
cs lockfreequeue!1.cs
namespace NCindy.DataStructures
{
using NCindy.Threading;
using System;
using System.Runtime.InteropServices;
using System.Threading;
public sealed class LockFreeQueue
www.eeworm.com/read/235621/14059004
cs testwigmultipleworkitems.cs
using System;
using System.Diagnostics;
using System.Threading;
using NUnit.Framework;
using Amib.Threading;
namespace WorkItemsGroupTests
{
///
/// Summary description for M
www.eeworm.com/read/235621/14059031
cs testwigwaitforidle.cs
using System;
using System.Threading;
using System.Diagnostics;
using NUnit.Framework;
using Amib.Threading;
namespace WorkItemsGroupTests
{
///
/// Summary description for T
www.eeworm.com/read/235621/14059046
cs testworkitemsgroups.cs
using System;
using System.Threading;
using System.Diagnostics;
using NUnit.Framework;
using Amib.Threading;
namespace WorkItemsGroupTests
{
///
/// Summary description for T
www.eeworm.com/read/235621/14059105
cs stpstartinfo.cs
// Ami Bar
// amibar@gmail.com
using System.Threading;
namespace Amib.Threading
{
///
/// Summary description for STPStartInfo.
///
public class STPStartInfo : WIG