Skip to content

Speed ​​is a multithreading Class Library that will help Windows Forms developers to make quick and fluent interfaces

License

Notifications You must be signed in to change notification settings

marcuslindh/Speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed v1.0

MultiThreading made easy

Speed ​​is a multithreading Class Library that will help Windows Forms developers to make quick and fluent interfaces.

How to get started

##Examples

Dim multi As New Speed.MultiThreading(Me)

multi.Run(Sub()
	For i As Integer = 0 To 100000
		'Sending data to the interface thread
		multi.ThreadSafe(i, Sub(n As Integer)
			'Display the number on the interface
			Label1.Text = n
		End Sub)
	Next
End Sub)

About

Speed ​​is a multithreading Class Library that will help Windows Forms developers to make quick and fluent interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published