Add EcoreMainLoop.IsMainThread to check the main loop thread
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 28 Oct 2016 04:56:53 +0000 (13:56 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 28 Oct 2016 05:39:35 +0000 (14:39 +0900)
commit1b3c0af2c695ddc069a37f0f9a331c14801c6951
tree0640e04589ca38f209621ad2d9d80c708e0045ba
parent074826fcb69c1135fd00842ab1b80828185ce39e
Add EcoreMainLoop.IsMainThread to check the main loop thread

EcoreMainLoop.IsMainThread returns true when the main loop is running
in current thread.

Change-Id: I1a189c6fa233fc7be4f14b8a2c4091852ddbe172
packaging/elm-sharp.spec
src/ElmSharp/ElmSharp.Net45.csproj
src/ElmSharp/ElmSharp.csproj
src/ElmSharp/ElmSharp/EcoreMainloop.cs
src/ElmSharp/Interop/Interop.Eina.cs [new file with mode: 0644]