Skip to content

GWBasic/retlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, this site is all about Retlang, REAL RETLANG. This site is awesome. My name is Anthony and I can't stop thinking about Retlang. This library is cool; and by cool, I mean totally sweet.

GitHub fork of Retlang: http://code.google.com/p/retlang/

Major Changes Since Retlang 1.0.x

  • Added support for MonoTouch and MonoDroid.
  • Consistent IFiber.Start() and IFiber.Enqueue() behavior across IFiber implementations based on ExecutionState.
  • Renamed classes that support adapting Retlang to outside threading models to ContextFiber, rather than defining them as a GuiFiber.
  • Renamed inconsistent Subscriber, Subscribable interfaces and classes to Receiver.
  • Added IFiber.Assert()
  • Added alternate unit test assembly (Retlang.Test) that uses Moq and eschews long running tests.
  • Added DebounceReceiver. Renamed LastReceiver/SubscribeToLast to ThrottleReceiver/SubscribeToThrottle.
  • Added DebounceBatchReceiver.
  • Added FirstReceiver, useful for receiving the first message on one receiver and subsequent messages on another receiver (SubscribeToFirstThenThrottle, SubscribeToFirstThenDebounce).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages