Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

Commit b5bbba5660a2 Raw commit »

commit
b5bbba5660a2
parent
ff039a9a19df
branch
default

Made the message token disposable. Disposing it removes the registration
from the hub. Holds a weak ref to the hub to avoid stopping the hub being
collected if subscriptions exist.

Comments

    Log in to comment »

    File Lines added Lines removed
    TinyIoC.Tests/TestData/UtilityMethods.cs 9
    TinyIoC.Tests/TinyIoC.Tests.csproj 1
    TinyIoC/TinyMessenger.cs 36 2