diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 89fe3b54..266a90bf 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index a9be80bb..d33165df 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html b/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html index c6304974..24fd15b5 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html @@ -2,10 +2,10 @@ - + ExtensionKt - + @@ -165,7 +165,7 @@

Method Summary

-static void +static NonExistentClass launch(NonExistentClass $receiver, NonExistentClass dispatcher, Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f) @@ -176,7 +176,7 @@

Method Summary

-static void +static NonExistentClass launch(NonExistentClass $receiver, Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function in the Coroutine Scope of the given plugin. @@ -186,7 +186,7 @@

Method Summary

-static void +static NonExistentClass launchAsync(NonExistentClass $receiver, Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function in the Coroutine Scope of the given plugin async. @@ -275,9 +275,9 @@

getScope

@@ -295,8 +297,8 @@

launch

@@ -313,8 +317,8 @@

launch

diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html b/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html index a31e28c9..a6887d07 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html @@ -2,10 +2,10 @@ - + SuspendingCommandExecutor - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html index 0ae6d538..534f4328 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html @@ -2,10 +2,10 @@ - + CommandService - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html index 6ae45898..71bc2950 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html @@ -2,10 +2,10 @@ - + CoroutineSession - + @@ -165,7 +165,7 @@

Method Summary

-void +NonExistentClass launch(NonExistentClass dispatcher, Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function on the plugin coroutine scope.
@@ -242,9 +242,13 @@

getDispatcherAsync

diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html index afef3b4d..0a464e65 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html @@ -2,10 +2,10 @@ - + EventService - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html index 8449f795..7e1eb1a9 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html @@ -2,10 +2,10 @@ - + MCCoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html index 3136526b..9e846fb6 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html index 4713ca1c..c3802ba3 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html index d39f9ec1..392be5d8 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract Class Hierarchy - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html index f6b77fbb..1e3e4f23 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html @@ -2,10 +2,10 @@ - + MCCoroutineImpl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html index e6bad922..9c8bdfe5 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html index d10752dd..a399df16 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html index 320ae090..51f961cb 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl Class Hierarchy - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html index 45a41408..1fe6077a 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html index c8456ebf..9cc2d6db 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html index 7f87e86d..2fc8804a 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine Class Hierarchy - + diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 34c0ec3a..17d3748c 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values - + diff --git a/docs/apidocs/deprecated-list.html b/docs/apidocs/deprecated-list.html index ea57efb7..ddf40e94 100644 --- a/docs/apidocs/deprecated-list.html +++ b/docs/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List - + diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index 5ae01bf5..85505379 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help - + diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 7735daa4..47c0d47d 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index - + diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index f1ad9edf..cf186cdc 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index 70f601de..fdd5aa28 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + Overview - + diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 6d722c5a..e423ad26 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -2,10 +2,10 @@ - + Class Hierarchy - +