TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Orhan SALUR
NA
49
23.5k
tpl, tack parallel library, thread
Jun 17 2015 1:21 AM
hello, how can i coding with tpl? thanks...
class Program
{
static void print(object o)
{
for (int i = 0; i < 5; i++)
Console.WriteLine(o + " " + i + "");
}
static void Main(string[] args)
{
Thread th1 = new Thread(print);
Thread th2 = new Thread(print);
th1.Start();
th2.Start();
th1.Join();
th2.Join();
Console.Read();
}
}
Reply
Answers (
0
)
How To Make Setup File In C# Windows Application With DataBS
If Condition for Both Integer and float