mirror of
https://github.com/SimplexDevelopment/SimplexSS.git
synced 2025-07-01 22:56:42 +00:00
Doccing and Bugfixing
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (17) on Mon Dec 12 20:32:47 CST 2022 -->
|
||||
<!-- Generated by javadoc (17) on Tue Dec 13 17:23:54 CST 2022 -->
|
||||
<title>Main</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="dc.created" content="2022-12-12">
|
||||
<meta name="dc.created" content="2022-12-13">
|
||||
<meta name="description" content="declaration: package: io.github.simplex.impl, class: Main">
|
||||
<meta name="generator" content="javadoc/ClassWriterImpl">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
@ -101,9 +101,12 @@ loadScripts(document, 'script');</script>
|
||||
<div class="col-first even-row-color"><code>private reactor.core.publisher.Flux<reactor.core.Disposable></code></div>
|
||||
<div class="col-second even-row-color"><code><a href="#disposables" class="member-name-link">disposables</a></code></div>
|
||||
<div class="col-last even-row-color"> </div>
|
||||
<div class="col-first odd-row-color"><code>private <a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></code></div>
|
||||
<div class="col-second odd-row-color"><code><a href="#scheduler" class="member-name-link">scheduler</a></code></div>
|
||||
<div class="col-first odd-row-color"><code><a href="../simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></code></div>
|
||||
<div class="col-second odd-row-color"><code><a href="#pool" class="member-name-link">pool</a></code></div>
|
||||
<div class="col-last odd-row-color"> </div>
|
||||
<div class="col-first even-row-color"><code>private <a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></code></div>
|
||||
<div class="col-second even-row-color"><code><a href="#scheduler" class="member-name-link">scheduler</a></code></div>
|
||||
<div class="col-last even-row-color"> </div>
|
||||
</div>
|
||||
</section>
|
||||
</li>
|
||||
@ -167,6 +170,12 @@ loadScripts(document, 'script');</script>
|
||||
<h2>Field Details</h2>
|
||||
<ul class="member-list">
|
||||
<li>
|
||||
<section class="detail" id="pool">
|
||||
<h3>pool</h3>
|
||||
<div class="member-signature"><span class="modifiers">public</span> <span class="return-type"><a href="../simplexss/ServicePool.html" title="class in io.github.simplex.simplexss">ServicePool</a></span> <span class="element-name">pool</span></div>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<section class="detail" id="scheduler">
|
||||
<h3>scheduler</h3>
|
||||
<div class="member-signature"><span class="modifiers">private</span> <span class="return-type"><a href="../simplexss/SchedulingSystem.html" title="class in io.github.simplex.simplexss">SchedulingSystem</a><<a href="Main.html" title="class in io.github.simplex.impl">Main</a>></span> <span class="element-name">scheduler</span></div>
|
||||
|
Reference in New Issue
Block a user