Home
last modified time | relevance | path

Searched refs:tx7 (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp185 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
188 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
199 pool.addUnchecked(tx7.GetHash(), entry.FromTx(tx7), setAncestors); in BOOST_AUTO_TEST_CASE()
396 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
399 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
408 pool.addUnchecked(tx7.GetHash(), entry.Fee(fee).FromTx(tx7)); in BOOST_AUTO_TEST_CASE()
516 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
530 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
540 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp185 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
188 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
199 pool.addUnchecked(tx7.GetHash(), entry.FromTx(tx7), setAncestors); in BOOST_AUTO_TEST_CASE()
396 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
399 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
408 pool.addUnchecked(tx7.GetHash(), entry.Fee(fee).FromTx(tx7)); in BOOST_AUTO_TEST_CASE()
516 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
530 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
540 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dmempool_tests.cpp185 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
188 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
199 pool.addUnchecked(tx7.GetHash(), entry.FromTx(tx7), setAncestors); in BOOST_AUTO_TEST_CASE()
396 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
399 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
408 pool.addUnchecked(tx7.GetHash(), entry.Fee(fee).FromTx(tx7)); in BOOST_AUTO_TEST_CASE()
516 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
530 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
540 pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool)); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp97 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
98 tx7.vin.resize(2); in MempoolEviction()
99 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
100 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
101 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
102 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
103 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
104 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
105 tx7.vout.resize(2); in MempoolEviction()
107 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp97 CMutableTransaction tx7 = CMutableTransaction();
98 tx7.vin.resize(2);
99 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0);
100 tx7.vin[0].scriptSig = CScript() << OP_5;
101 tx7.vin[0].scriptWitness.stack.push_back({5});
102 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0);
103 tx7.vin[1].scriptSig = CScript() << OP_6;
104 tx7.vin[1].scriptWitness.stack.push_back({6});
105 tx7.vout.resize(2);
107 tx7.vout[0].nValue = 10 * COIN;
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dmempool_eviction.cpp97 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
98 tx7.vin.resize(2); in MempoolEviction()
99 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
100 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
101 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
102 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
103 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
104 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
105 tx7.vout.resize(2); in MempoolEviction()
107 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp96 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
97 tx7.vin.resize(2); in MempoolEviction()
98 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
99 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
100 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
101 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
102 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
103 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
104 tx7.vout.resize(2); in MempoolEviction()
106 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp96 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
97 tx7.vin.resize(2); in MempoolEviction()
98 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
99 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
100 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
101 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
102 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
103 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
104 tx7.vout.resize(2); in MempoolEviction()
106 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dmempool_eviction.cpp96 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
97 tx7.vin.resize(2); in MempoolEviction()
98 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
99 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
100 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
101 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
102 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
103 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
104 tx7.vout.resize(2); in MempoolEviction()
106 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dmempool_eviction.cpp94 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
95 tx7.vin.resize(2); in MempoolEviction()
96 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
97 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
98 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
99 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
100 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
101 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
102 tx7.vout.resize(2); in MempoolEviction()
104 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp103 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
104 tx7.vin.resize(2); in MempoolEviction()
105 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
106 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
107 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
108 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
109 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
110 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
111 tx7.vout.resize(2); in MempoolEviction()
113 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp103 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
104 tx7.vin.resize(2); in MempoolEviction()
105 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
106 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
107 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
108 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
109 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
110 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
111 tx7.vout.resize(2); in MempoolEviction()
113 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/bench/
H A Dmempool_eviction.cpp103 CMutableTransaction tx7 = CMutableTransaction(); in MempoolEviction() local
104 tx7.vin.resize(2); in MempoolEviction()
105 tx7.vin[0].prevout = COutPoint(tx5.GetHash(), 0); in MempoolEviction()
106 tx7.vin[0].scriptSig = CScript() << OP_5; in MempoolEviction()
107 tx7.vin[0].scriptWitness.stack.push_back({5}); in MempoolEviction()
108 tx7.vin[1].prevout = COutPoint(tx6.GetHash(), 0); in MempoolEviction()
109 tx7.vin[1].scriptSig = CScript() << OP_6; in MempoolEviction()
110 tx7.vin[1].scriptWitness.stack.push_back({6}); in MempoolEviction()
111 tx7.vout.resize(2); in MempoolEviction()
113 tx7.vout[0].nValue = 10 * COIN; in MempoolEviction()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp187 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
190 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
192 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
194 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
373 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
376 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
512 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
517 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp187 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
190 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
192 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
194 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
373 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
376 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
512 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
517 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dmempool_tests.cpp189 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
192 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
194 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
196 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
375 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
380 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
514 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
521 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dmempool_tests.cpp187 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
190 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
192 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
194 tx7.vout[1].nValue = 1 * COIN; in BOOST_AUTO_TEST_CASE()
373 tx7.vin.resize(1); in BOOST_AUTO_TEST_CASE()
376 tx7.vout.resize(1); in BOOST_AUTO_TEST_CASE()
378 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
512 tx7.vin.resize(2); in BOOST_AUTO_TEST_CASE()
517 tx7.vout.resize(2); in BOOST_AUTO_TEST_CASE()
519 tx7.vout[0].nValue = 10 * COIN; in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-0.3.9/tests/
H A Dbasic_combinators.rs38 let tx7 = tx1.clone(); in basic_try_future_combinators() localVariable
75 tx7.send(x).unwrap(); // Send 7 in basic_try_future_combinators()
76 tx7.send(8).unwrap(); // Send 8 in basic_try_future_combinators()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-0.3.16/tests/
H A Dfuture_basic_combinators.rs42 let tx7 = tx1.clone(); in basic_try_future_combinators() localVariable
79 tx7.send(x).unwrap(); // Send 7 in basic_try_future_combinators()
80 tx7.send(8).unwrap(); // Send 8 in basic_try_future_combinators()

12345678910>>...25